Cli

Commands

Overview of commands

Init

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

bit-ship init

Image

Image is meta command to manage images

bit-ship image [sub-command]

Image Create

Create a new image from scratch.

bit-ship image create

Run

Run tasks and jobs defined in the bit-ship.yml file.

bit-ship run [task-name]

Exec

Execute any script in you environment

# Run specific script
bit-ship exec [script]
# or 
# Enter the shell of the container
bit-ship exec
OptionDescription
--imageWhich image should run

Logs

Preview logs of the previous runs

# preview logs of previous run
bit-ship logs

Settings

Configure your bit-ship CLI.

bit-ship settings

Help

Get help on bit-ship commands.

bit-ship help