Variable
| Static Public Summary | ||
| public |
CLI commands available. |
|
| public |
Options that can be used globally. |
|
| public |
Command line options available. |
|
Static Public
public Commands: Command[] source
import Commands from 'atscm-cli/src/cli/Commands.js'CLI commands available.
public GlobalOptions: Map<String, Option> source
import {GlobalOptions} from 'atscm-cli/src/cli/Options.js'Options that can be used globally.
public Options: Object source
import Options from 'atscm-cli/src/cli/Options.js'Command line options available.
Properties:
| Name | Type | Attribute | Description |
| browser | Option | Which browser to open in. |
|
| cli | Option | Open CLI documentation. |
|
| config | Option | Print project configuration. |
|
| cwd | Option | Manually set the CWD. |
|
| force | Option | Overwrite existing files. |
|
| help | Option | Show help. |
|
| logLevel | Option | Set the Logger level. |
|
| projectfile | Option | Manually set path of Atviseproject file to use. |
|
| remote | Option | Open hosted documentation. |
|
| silent | Option | Supress all logging. |
|
| version | Option | Print version. |
|
| beta | Option | Use atscm beta resources. |
