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

0.1.4 • Public • Published

FuncStack CLI

Application package manager for Cloud.

Version Downloads/week License

Usage

$ npm install -g @funcstack/cli
$ funcstack COMMAND
running command...
$ funcstack (-v|--version|version)
@funcstack/cli/0.1.4 darwin-x64 node-v10.16.0
$ funcstack --help [COMMAND]
USAGE
  $ funcstack COMMAND
...

Commands

funcstack add

Add a Pack to the PackSpace

USAGE
  $ funcstack add

OPTIONS
  -h, --help           show CLI help
  --name=name          Pack instance name
  --packPath=packPath  Pack path

See code: src/commands/add.ts

funcstack help [COMMAND]

display help for funcstack

USAGE
  $ funcstack help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

funcstack init

Init the PackSpace in current folder

USAGE
  $ funcstack init

OPTIONS
  -h, --help   show CLI help
  --name=name  PackSpace name

See code: src/commands/init.ts

funcstack install

Install a Pack to current PackSpace

USAGE
  $ funcstack install

OPTIONS
  -h, --help               show CLI help
  -n, --name=name          Pack instance name
  -p, --packPath=packPath  Pack path

See code: src/commands/install.ts

funcstack list

List all Pack instances in current PackSpace

USAGE
  $ funcstack list

OPTIONS
  -h, --help         show CLI help
  -x, --extended     show extra columns
  --columns=columns  only show provided columns (comma-separated)
  --csv              output is csv format
  --filter=filter    filter property by partial string matching, ex: name=foo
  --no-header        hide table header from output
  --no-truncate      do not truncate output to fit screen
  --sort=sort        property to sort by (prepend '-' for descending)

See code: src/commands/list.ts

funcstack provision

Provision the resources in a PackInstance

USAGE
  $ funcstack provision

OPTIONS
  -h, --help   show CLI help
  --name=name  (required) Pack instance name

See code: src/commands/provision.ts

funcstack run

Run the action in a PackInstance

USAGE
  $ funcstack run

OPTIONS
  -h, --help       show CLI help
  --action=action  (required) action to run
  --pack=pack      (required) pack that holds the action

See code: src/commands/run.ts

funcstack show

Show the status of a PackInstance

USAGE
  $ funcstack show

OPTIONS
  -h, --help       show CLI help
  -n, --name=name  Pack instance name

See code: src/commands/show.ts

funcstack uninstall

Uninstall a PackInstance from current PackSpace

USAGE
  $ funcstack uninstall

OPTIONS
  -h, --help       show CLI help
  -n, --name=name  Pack instance name

See code: src/commands/uninstall.ts

Package Sidebar

Install

npm i @funcstack/cli

Weekly Downloads

1

Version

0.1.4

License

Apache-2.0

Unpacked Size

24.9 kB

Total Files

23

Last publish

Collaborators

  • gavinyue