@atws/cli
TypeScript icon, indicating that this package has built-in type declarations

1.3.2 • Public • Published

@atws/cli

npm

Quickly setup @atws config packages in your project.

Usage

$ npm install -g @atws/cli
$ atws COMMAND
running command...
$ atws (--version)
@atws/cli/1.3.2 win32-x64 node-v18.15.0
$ atws --help [COMMAND]
USAGE
  $ atws COMMAND
...

Commands

atws help [COMMANDS]

Display help for atws.

USAGE
  $ atws 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 atws.

See code: @oclif/plugin-help

atws init

Init @atws config setup

USAGE
  $ atws init [-a] [-f]

FLAGS
  -a, --all    Install all components
  -f, --force  Overwrite existing config files

DESCRIPTION
  Init @atws config setup

EXAMPLES
  $ atws init

  $ atws init -lall

See code: dist/commands/init/index.ts

atws update

Update @atws config setup

USAGE
  $ atws update

DESCRIPTION
  Update @atws config setup

EXAMPLES
  $ atws update

See code: dist/commands/update/index.ts

Readme

Keywords

Package Sidebar

Install

npm i @atws/cli

Weekly Downloads

0

Version

1.3.2

License

MIT

Unpacked Size

25.7 kB

Total Files

17

Last publish

Collaborators

  • nimmervoll