Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
19 changes: 0 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,29 +110,10 @@ USAGE

* [`mw app`](docs/app.md) - Manage apps, and app installations in your projects
* [`mw autocomplete`](docs/autocomplete.md) - Display autocomplete installation instructions.
* [`mw backup`](docs/backup.md) - Manage backups of your projects
* [`mw container`](docs/container.md) - Manage containers
* [`mw context`](docs/context.md) - Save certain environment parameters for later use
* [`mw conversation`](docs/conversation.md) - Manage your support cases
* [`mw cronjob`](docs/cronjob.md) - Manage cronjobs of your projects
* [`mw database`](docs/database.md) - Manage databases (like MySQL and Redis) in your projects
* [`mw ddev`](docs/ddev.md) - Integrate your mittwald projects with DDEV
* [`mw domain`](docs/domain.md) - Manage domains, virtual hosts and DNS settings in your projects
* [`mw experimental`](docs/experimental.md) - Experimental features, which are not considered stable yet and might change without a major version bump
* [`mw extension`](docs/extension.md) - Install and manage extensions in your organisations and projects
* [`mw help`](docs/help.md) - Display help for mw.
* [`mw login`](docs/login.md) - Manage your client authentication
* [`mw mail`](docs/mail.md) - Manage mailboxes and mail addresses in your projects
* [`mw org`](docs/org.md) - Manage your organizations, and also any kinds of user memberships concerning these organizations.
* [`mw project`](docs/project.md) - Manage your projects, and also any kinds of user memberships concerning these projects.
* [`mw registry`](docs/registry.md) - Manage container registries
* [`mw server`](docs/server.md) - Manage your servers
* [`mw sftp-user`](docs/sftp-user.md) - Manage SFTP users of your projects
* [`mw ssh-user`](docs/ssh-user.md) - Manage SSH users of your projects
* [`mw stack`](docs/stack.md) - Manage container stacks
* [`mw update`](docs/update.md) - update the mw CLI
* [`mw user`](docs/user.md) - Manage your own user account
* [`mw volume`](docs/volume.md) - Manage volumes

<!-- commandsstop -->
<!-- prettier-ignore-end -->
1,844 changes: 0 additions & 1,844 deletions docs/app.md

Large diffs are not rendered by default.

130 changes: 0 additions & 130 deletions docs/conversation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,60 +3,7 @@

Manage your support cases

* [`mw conversation categories`](#mw-conversation-categories)
* [`mw conversation close [CONVERSATION-ID]`](#mw-conversation-close-conversation-id)
* [`mw conversation create`](#mw-conversation-create)
* [`mw conversation list`](#mw-conversation-list)
* [`mw conversation reply [CONVERSATION-ID]`](#mw-conversation-reply-conversation-id)
* [`mw conversation show [CONVERSATION-ID]`](#mw-conversation-show-conversation-id)

## `mw conversation categories`

Get all conversation categories.

```
USAGE
$ mw conversation categories -o txt|json|yaml|csv|tsv [--token <value>] [-x] [--no-header] [--no-truncate]
[--no-relative-dates] [--csv-separator ,|;]

FLAGS
-o, --output=<option> (required) [default: txt] output in a more machine friendly format
<options: txt|json|yaml|csv|tsv>
-x, --extended show extended information
--csv-separator=<option> [default: ,] separator for CSV output (only relevant for CSV output)
<options: ,|;>
--no-header hide table header
--no-relative-dates show dates in absolute format, not relative (only relevant for txt output)
--no-truncate do not truncate output (only relevant for txt output)

AUTHENTICATION FLAGS
--token=<value> API token to use for authentication (overrides environment and config file). NOTE: watch out that
tokens passed via this flag might be logged in your shell history.

DESCRIPTION
Get all conversation categories.
```


## `mw conversation close [CONVERSATION-ID]`

Close a conversation

```
USAGE
$ mw conversation close [CONVERSATION-ID] [--token <value>]

ARGUMENTS
[CONVERSATION-ID] ID of a conversation; this argument is optional if a default conversation is set in the context.

AUTHENTICATION FLAGS
--token=<value> API token to use for authentication (overrides environment and config file). NOTE: watch out that
tokens passed via this flag might be logged in your shell history.

DESCRIPTION
Close a conversation
```


## `mw conversation create`

Expand Down Expand Up @@ -86,80 +33,3 @@ DESCRIPTION
Create a new conversation
```


## `mw conversation list`

Get all conversations the authenticated user has created or has access to.

```
USAGE
$ mw conversation list -o txt|json|yaml|csv|tsv [--token <value>] [-x] [--no-header] [--no-truncate]
[--no-relative-dates] [--csv-separator ,|;]

FLAGS
-o, --output=<option> (required) [default: txt] output in a more machine friendly format
<options: txt|json|yaml|csv|tsv>
-x, --extended show extended information
--csv-separator=<option> [default: ,] separator for CSV output (only relevant for CSV output)
<options: ,|;>
--no-header hide table header
--no-relative-dates show dates in absolute format, not relative (only relevant for txt output)
--no-truncate do not truncate output (only relevant for txt output)

AUTHENTICATION FLAGS
--token=<value> API token to use for authentication (overrides environment and config file). NOTE: watch out that
tokens passed via this flag might be logged in your shell history.

DESCRIPTION
Get all conversations the authenticated user has created or has access to.
```


## `mw conversation reply [CONVERSATION-ID]`

Reply to a conversation

```
USAGE
$ mw conversation reply [CONVERSATION-ID] [--token <value>] [--message <value> | --message-from <value>] [--editor
<value>]

ARGUMENTS
[CONVERSATION-ID] ID of a conversation; this argument is optional if a default conversation is set in the context.

FLAGS
--editor=<value> [default: vim] The editor to use when opening the message for editing; will respect your
EDITOR environment variable, and fall back on 'vim' if that is not set.
--message=<value> The body of the message to send; if neither this nor --message-from is given, an editor will
be opened to enter the message.
--message-from=<value> A file from which to read the message to send; may be '-' to read from stdin. If neither this
nor --message is given, an editor will be opened to enter the message.

AUTHENTICATION FLAGS
--token=<value> API token to use for authentication (overrides environment and config file). NOTE: watch out that
tokens passed via this flag might be logged in your shell history.

DESCRIPTION
Reply to a conversation
```


## `mw conversation show [CONVERSATION-ID]`

Show a conversation and message history

```
USAGE
$ mw conversation show [CONVERSATION-ID] [--token <value>]

ARGUMENTS
[CONVERSATION-ID] ID of a conversation; this argument is optional if a default conversation is set in the context.

AUTHENTICATION FLAGS
--token=<value> API token to use for authentication (overrides environment and config file). NOTE: watch out that
tokens passed via this flag might be logged in your shell history.

DESCRIPTION
Show a conversation and message history
```

Loading
Loading