Skip to content

Commit

Permalink
chore: re-generate README
Browse files Browse the repository at this point in the history
  • Loading branch information
niristius authored and github-actions[bot] committed Aug 28, 2024
1 parent 62aa6dd commit 0d96184
Showing 1 changed file with 34 additions and 4 deletions.
38 changes: 34 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5465,10 +5465,10 @@ FLAGS
-p, --project-id=<value> ID or short ID of a project; this flag is optional if a default project is set in the
context
-q, --quiet suppress process output and only display a machine-readable summary.
--description=<value> (required) Description of SSH user
--description=<value> (required) Set description for SSH user.
--expires=<value> an interval after which the SSH user expires (examples: 30m, 30d, 1y).
--password=<value> Password used for authentication
--public-key=<value> Public Key used for authentication
--public-key=<value> Public key used for authentication
FLAG DESCRIPTIONS
-p, --project-id=<value>
Expand All @@ -5482,6 +5482,21 @@ FLAG DESCRIPTIONS
This flag controls if you want to see the process output or only a summary. When using mw non-interactively (e.g. in
scripts), you can use this flag to easily get the IDs of created resources for further processing.
--description=<value> Set description for SSH user.
Set the description for the given SSH user, which will be displayed in the mStudio as well as with the list command.
--password=<value> Password used for authentication
Specify an authentication password. Using a password for authentication prevents this user from also using a public
key for authentication.
--public-key=<value> Public key used for authentication
Specifies the public key to use for authentication. The corresponding private key is required locally to connect
through this user. Using a public key for authentication prevents this user from also using a password for
authentication.
```

## `mw ssh-user delete SSH-USER-ID`
Expand Down Expand Up @@ -5559,12 +5574,12 @@ ARGUMENTS
FLAGS
-q, --quiet suppress process output and only display a machine-readable summary.
--description=<value> Description of SSH user
--description=<value> Set description for SSH user.
--disable Disable the SSH user.
--enable Enable the SSH user.
--expires=<value> an interval after which the SSH user expires (examples: 30m, 30d, 1y).
--password=<value> Password used for authentication
--public-key=<value> Public Key used for authentication
--public-key=<value> Public key used for authentication
DESCRIPTION
Update an existing SSH user
Expand All @@ -5575,13 +5590,28 @@ FLAG DESCRIPTIONS
This flag controls if you want to see the process output or only a summary. When using mw non-interactively (e.g. in
scripts), you can use this flag to easily get the IDs of created resources for further processing.
--description=<value> Set description for SSH user.
Set the description for the given SSH user, which will be displayed in the mStudio as well as with the list command.
--disable Disable the SSH user.
Set the status of the SSH user to active. Access by this user will be enabled.
--enable Enable the SSH user.
Set the status of the SSH user to inactive. Access by this user will be disabled.
--password=<value> Password used for authentication
Specify an authentication password. Using a password for authentication prevents this user from also using a public
key for authentication.
--public-key=<value> Public key used for authentication
Specifies the public key to use for authentication. The corresponding private key is required locally to connect
through this user. Using a public key for authentication prevents this user from also using a password for
authentication.
```

## `mw update [CHANNEL]`
Expand Down

0 comments on commit 0d96184

Please sign in to comment.