npm

@ordinlabs/wsm-cli

2.3.9 • Public • Published

Workspace Manager CLI

Getting Started

Create a credentials file at ~/.wsm/credentials.yaml by logging into your wsm:

wsm login

You can then use the wsm-cli command to interact with the Workspace Manager.

wsm-cli start-workspace 12345

Supported Commands

You can get the list of commands by running

wsm-cli -h

You 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' login

You can then specify which profile to use with the --profile option on any cli command.

wsm-cli --profile dev start-workspace 12345

If no --profile option is specified, default is used.

Readme

Keywords

none

Package Sidebar

Install

npm i @ordinlabs/wsm-cli

Weekly Downloads

73

Version

2.3.9

License

LGPL-3.0-only

Unpacked Size

952 kB

Total Files

5

Last publish

Collaborators

  • ctnitchie
  • luwdo