Basic Usage¶
On this page you will have the basic documentation to start using WorkSpace Automation. This page will focus just on bare commands and will not teach any optional arguments, instead you will be filling out forms made from prompts to give the required information to the application.
General Flares¶
-v, --version¶
This will display the current version of the program.
-h, --help¶
This will display the full help message of the program.
--update¶
This will update the program to the latest release.
Note
This command right now only works if installed as a Python package
--uninstall¶
This will uninstall the program and delete all of the program data.
Note
This command will not errase your projects and repositories
-k, --key <KEY>¶
This is an optional argument which takes the key you gave during the set-up in order to decrypt the API-KEY for its later usage. If not introduced a prompt will diplay asking for the key.
Note
The program wont work if the key is not provided for security reasons
WorkSpace Commands¶
To run a command you will use the next command:
Workspace-auto -c/--command <COMMAND>
The possible commands are:
create: usage will beWorkspace-auto -c createimport: usage will beWorkspace-auto -c importdelete: usage will beWorkspace-auto -c deleteopen: usage will beWorkspace-auto -c openpublish: usage will beWorkspace-auto -c publishedit: usage will beWorkspace-auto -c editmove: usage will beWorkspace-auto -c moveconfig: usage will beWorkspace-auto -c config
Note
The config command will also need the -sc, --subcommand <SUB_COMMAND> flare, this is covered in the advanced usage page.