Here are the sub-commands for stacker CLI.
Generates stacker.yaml based on your responses.
| Type | Name | Description | Required |
|---|---|---|---|
| argument | [stack] |
Stack name | no |
| option | `-y | --defaults` | Use default options |
- creates a local IP alias (eg.
127.20.17.1) - adds your chosen domain name in
/etc/hosts - adds the project to the projects list
Does the opposite of stacker link.
Builds and starts the project.
| Type | Name | Description | Required |
|---|---|---|---|
| option | --ip |
IP address | no |
| option | --detached (-d) |
Detached mode | no |
Builds the project.
| Type | Name | Description | Required |
|---|---|---|---|
| option | --ip |
IP address | no |
Starts the application.
Stops the application.
Restarts the application.
Removes and stops the application.
Opens an interactive shell for a given service.
| Type | Name | Description | Required |
|---|---|---|---|
| argument | [service] |
Service name | no |
Executes a pre-defined shell command.
| Type | Name | Description | Required |
|---|---|---|---|
| argument | [command] |
Runnable name | no |
Ejects a config file so you'll be able to customize it.
| Type | Name | Description | Required |
|---|---|---|---|
| argument | [file] |
Ejectable name | no |
Displays all the linked projects.