Cli
Commands
Overview of commands
Analyse
Analyse your repo and prepares the environment for you.
npx bit-ship anylyse
Run
Run a pre-defined task in container. Pre-defined task are
set during the analyse
command and are store in bit-ship.yml file.
npx bit-ship run [task-name]
Exec
Execute any script in the container.
# Enter the shell of the container
npx bit-ship exec
# or
# Run specific script
npx bit-ship exec [script]
Settings
Configure your bit-ship cli.
npx bit-ship settings
Help
Get help on bit-ship commands.
npx bit-ship help