@ordinlabs/wsm-cli
v2.5.1
Published
Workspace Manager CLI =====================
Readme
Workspace Manager CLI
Getting Started
Create a credentials file at ~/.wsm/credentials.yaml by logging into your wsm:
wsm loginYou can then use the wsm-cli command to interact with the Workspace Manager.
wsm-cli start-workspace 12345Supported Commands
You can get the list of commands by running
wsm-cli -hYou can get help for each command by running
wsm-cli help <command>Supporting Multiple WSM Environments
You can create credentials for a different wsm using the profile option on login
wsm-cli --profile 'otherProfile' loginYou can then specify which profile to use with the --profile option on any cli command.
wsm-cli --profile dev start-workspace 12345If no --profile option is specified, default is used.
