Petals Cockpit 0.22.0-SNAPSHOT

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (8)

View Page History
Example:
{code}
$ ./petals-cockpit.sh --debug --no-db-migrate
{code}

The *add-user* command allows you to add an user
|| Argument || Short argument || Optionnal || Default || Description ||
| \--username | \-u | yes no | \- | The user's id, also his login. |
| \-name | \-n \\ | yes \\ | \- | |
| \--name | \-n \\ | no  \\ | \- | The name under which the user will appear. |
| \--password \\ | \-p | yes no  \\ | \- | The user's password. |
| \--admin | \-a | yes \\ | \- | Whether the user will be added as an admin or not. |
| \--workspacename | \-w | yes \\ | \- | The user's workspace. Which will be set as current workspace for the user. |
Example:

$ ./petals-cockpit.sh add-user --username myUserName --name myName -p myPassword -w myWorkspace -a
{code}
end