@matrix42/cli
v1.4.0
Published
Matrix42 Command-Line Interface (CLI)
Downloads
262
Readme
@matrix42/cli
Matrix42 AG Command-Line Interface (CLI)
The Matrix42 command-line interface is a set of commands used to create and manage Matrix42 resources.
The following services and resources can be managed via the CLI:
- Matrix42 DevOps Services
- Matrix42 Developer Identities
- Matrix42 Cloud Accounts
- Matrix42 Scripted Activities (Coming soon...)
Installation
You can use npm to install the Matrix42 CLI:
> npm i -g @matrix42/cli
Usage
You can use the help [command]
command to get an overview of all or one specific CLI command:
> m42 help
> m42 help login
Whenever you use a command the first time (or when it is outdated) it will be automatically installed using the Matrix42 CLI Command Registry.
To make sure that the CLI is using the latest commands available it will update its local Command Registry every 24 hours or when using the --force-command-registry-update
parameter (short -fcru
).