Running the
kiso-crate
command without any arguments will display the default help text: NAME kiso-crate - Automatic dockerization of your Rails projects. All rights reserved. (C) 2019 KISO - https://kiso.io SYNOPSIS kiso-crate [global options] command [command options] [arguments...] VERSION 0.1.0 GLOBAL OPTIONS --help - Show this message --version - Display the program version COMMANDS build - Buil the containers hosting your Rails project clean - Destroy all associated containers, networks and volumes. config - Analyze and generate the Docker configs for your Rails project exec - Attach a terminal to a running container and run a command help - Shows a list of commands or help for one command kill - Kill the running containers hosting your Rails project logs - Tail the logs of the running containers hosting your Rails project restart - Restart a running container run - Starts and runs a one time command against a service stop - Stop the running containers hosting your Rails project up - Start up the containers hosting your Rails project