1.0.0 • Published 11 months ago

@mattersupply/cli v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@mattersupply/cli

oclif Version Downloads/week License

Matter Supply CLI

The Matter Supply CLI is a tool that is used for Matter Supply Projects to:

  • Manage Environment Configurations via AWS SSM: matter config
  • ... more.

At the core is a configuration structure for every project. Every project should have a matter.yml file. If your config file is somewhere else, you can always set the path via matter -c path/to/config.yml.

Usage

$ npm install -g @mattersupply/cli
$ matter COMMAND
running command...
$ matter (--version)
@mattersupply/cli/1.0.0 linux-x64 node-v16.20.0
$ matter --help [COMMAND]
USAGE
  $ matter COMMAND
...

Commands

matter help [COMMANDS]

Display help for matter.

USAGE
  $ matter help [COMMANDS] [-n]

ARGUMENTS
  COMMANDS  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for matter.

See code: @oclif/plugin-help