product-os / katapult

A tool for launching environment variants on different modes and targets, based on kompose format files.
Apache License 2.0
8 stars 1 forks source link

katapult

A tool for launching container-based products

oclif Version CircleCI Downloads/week License

katapult deploy

Deploy a Frame from an Environment to a Target

USAGE
  $ katapult deploy

OPTIONS
  -e, --environmentPath=environmentPath   (required) [default: ./environment.yml] URI of the environment configuration
                                          path

  -k, --keyframe=keyframe                 URI of the keyframe path

  -t, --target=docker-compose|kubernetes  (required) Which target to use.

See code: src/commands/deploy.ts

katapult generate

Generate a Frame from an Environment

USAGE
  $ katapult generate

OPTIONS
  -e, --environmentPath=environmentPath   (required) [default: ./environment.yml] URI of the environment configuration
                                          path

  -k, --keyframe=keyframe                 URI of the keyframe path

  -o, --outputPath=outputPath             (required) Directory to output the frame to

  -t, --target=docker-compose|kubernetes  (required) Which target to use.

See code: src/commands/generate.ts

katapult help [COMMAND]

display help for katapult

USAGE
  $ katapult help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help