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.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,23 +106,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 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 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 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 update`](docs/update.md) - update the mw CLI
* [`mw user`](docs/user.md) - Manage your own user account

<!-- commandsstop -->
2,116 changes: 0 additions & 2,116 deletions docs/app.md

Large diffs are not rendered by default.

21 changes: 0 additions & 21 deletions docs/context.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,9 @@

Save certain environment parameters for later use

* [`mw context get`](#mw-context-get)
* [`mw context reset`](#mw-context-reset)
* [`mw context set`](#mw-context-set)

## `mw context get`

Print an overview of currently set context parameters

```
USAGE
$ mw context get [-o txt|json]

FLAGS
-o, --output=<option> [default: txt] The output format to use; use 'txt' for a human readable text representation,
and 'json' for a machine-readable JSON representation.
<options: txt|json>

DESCRIPTION
Print an overview of currently set context parameters

The context allows you to persistently set values for common parameters, like --project-id or --server-id, so you
don't have to specify them on every command.
```

## `mw context reset`

Reset context values
Expand Down
107 changes: 0 additions & 107 deletions docs/conversation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,51 +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 [-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)

DESCRIPTION
Get all conversation categories.
```

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

Close a conversation

```
USAGE
$ mw conversation close [CONVERSATION-ID]

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

DESCRIPTION
Close a conversation
```

## `mw conversation create`

Expand All @@ -72,66 +28,3 @@ FLAGS
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 [-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)

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] [--message <value> | --message-from <value>] [--editor <value>]

ARGUMENTS
CONVERSATION-ID ID or short 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.

DESCRIPTION
Reply to a conversation
```

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

Show a conversation and message history

```
USAGE
$ mw conversation show [CONVERSATION-ID]

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

DESCRIPTION
Show a conversation and message history
```
Loading
Loading