Cli

Commands

Overview of commands

Init

Analyses your project and creates initial bit-ship.yml file.

bit-ship init

Run

Run a task defined in the bit-ship.yml file.

bit-ship run [task-name]

Exec

Execute any script in you environment

# Enter the shell of the container
bit-ship exec 
# or 
# Run specific script
bit-ship exec [script]

Settings

Configure your bit-ship cli.

bit-ship settings

Help

Get help on bit-ship commands.

bit-ship help