1.3.2 • Published 9 months ago

@atws/cli v1.3.2

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

@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

1.3.2

9 months ago

1.3.1

9 months ago

1.3.0

9 months ago

1.2.0

9 months ago

1.1.4

9 months ago