mirror of
https://github.com/foomo/squadron.git
synced 2026-04-17 03:04:31 +00:00
34 lines
1.6 KiB
Markdown
34 lines
1.6 KiB
Markdown
---
|
|
title: "squadron"
|
|
---
|
|
# Squadron CLI Reference
|
|
## squadron
|
|
|
|
Docker compose for kubernetes
|
|
|
|
### Options
|
|
|
|
```
|
|
-d, --debug show all output
|
|
-f, --file strings specify alternative squadron files (default [squadron.yaml])
|
|
-h, --help help for squadron
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [squadron bake](/reference/cli/squadron_bake.html) - bake or rebake squadron units
|
|
* [squadron build](/reference/cli/squadron_build.html) - build or rebuild squadron units
|
|
* [squadron completion](/reference/cli/squadron_completion.html) - Generate completion script
|
|
* [squadron config](/reference/cli/squadron_config.html) - generate and view the squadron config
|
|
* [squadron diff](/reference/cli/squadron_diff.html) - shows the diff between the installed and local chart
|
|
* [squadron down](/reference/cli/squadron_down.html) - uninstalls the squadron or given units
|
|
* [squadron list](/reference/cli/squadron_list.html) - list squadron units
|
|
* [squadron push](/reference/cli/squadron_push.html) - pushes the squadron or given units
|
|
* [squadron rollback](/reference/cli/squadron_rollback.html) - rolls back the squadron or given units
|
|
* [squadron schema](/reference/cli/squadron_schema.html) - generate squadron json schema
|
|
* [squadron status](/reference/cli/squadron_status.html) - installs the squadron or given units
|
|
* [squadron template](/reference/cli/squadron_template.html) - render chart templates locally and display the output
|
|
* [squadron up](/reference/cli/squadron_up.html) - installs the squadron or given units
|
|
* [squadron version](/reference/cli/squadron_version.html) - show version information
|
|
|