Analyses your project and creates initial bit-ship.yml
file.
bit-ship init
Image is meta command to manage images
bit-ship image [sub-command]
Create a new image from scratch.
bit-ship image create
Run tasks, jobs and apps defined in the bit-ship.yml
file.
Basic use case
bit-ship run my-task
Using namespace prefixes
bit-ship run job:myJob
Run all apps in parallel
bit-ship run apps
Option | Description |
---|---|
--detach | Run task in background |
Execute any script in you environment
# Run specific script
bit-ship exec [script]
# or
# Enter the shell of the container
bit-ship exec
Option | Description |
---|---|
--image | Which image should run |
Stop running app, job or task.
# Stop specific app
bit-ship stop [app]
Demon is a meta command to manage the demon.
bit-ship demon [sub-command]
Starts the demon
bit-ship demon start
Restarts the demon
bit-ship demon restart
Stops the demon.
bit-ship demon stop
Preview logs of the previous runs
# preview logs of previous run
bit-ship logs
Configure your bit-ship CLI.
bit-ship settings
Get help on bit-ship commands.
bit-ship help