@facets-cloud/facetsctl
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Usage

$ npm install -g @facets-cloud/facetsctl
$ facetsctl COMMAND
running command...
$ facetsctl (--version)
@facets-cloud/facetsctl/1.0.1 linux-x64 node-v18.4.0
$ facetsctl --help [COMMAND]
USAGE
  $ facetsctl COMMAND
...

Commands

facetsctl help [COMMAND]

Display help for facetsctl.

USAGE
  $ facetsctl help [COMMAND] [-n]

ARGUMENTS
  COMMAND  Command to show help for.

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

DESCRIPTION
  Display help for facetsctl.

See code: @oclif/plugin-help

facetsctl login

Login to Facets control plane

USAGE
  $ facetsctl login -u <value> -t <value> -c <value>

FLAGS
  -c, --cp-url=<value>        (required) URL of the Control plane
  -t, --access-token=<value>  (required) Personal token generated for the user
  -u, --username=<value>      (required) username of the user

DESCRIPTION
  Login to Facets control plane

EXAMPLES
  $ facetsctl login

See code: dist/commands/login.ts

facetsctl push

Post new docker artifacts to the facets control plane

USAGE
  $ facetsctl push -i <value> -a <value> --registration-type CLUSTER|RELEASE_STREAM --registration-value
    <value> -e <value> [-d <value>] [--artifactory <value>]

FLAGS
  -a, --artifact-name=<value>   (required) name of the artifact as mentioned in blueprint
  -d, --description=<value>     description of the build if any
  -e, --external-id=<value>     (required) external identifier for artifact
  -i, --docker-image=<value>    (required) image location <IMAGE:TAG>
  --artifactory=<value>         artifactory where image will be pushed
  --registration-type=<option>  (required) mode of registration
                                <options: CLUSTER|RELEASE_STREAM>
  --registration-value=<value>  (required) value for release stream or cluster id, based on mode of registrtaion

DESCRIPTION
  Post new docker artifacts to the facets control plane

EXAMPLES
  $ facetsctl push

See code: dist/commands/push.ts

Install

npm i @facets-cloud/facetsctl@1.0.1

Version

1.0.1

License

MIT

Unpacked Size

25.3 kB

Total Files

22

Last publish

Collaborators

  • facetsdev