Commands¶
Concierge has three primary commands: prepare, restore, and status.
Global flags¶
The following flags apply to every command.
Flag |
Description |
|---|---|
|
Enable verbose logging. |
|
Enable trace logging. |
|
Show help for the command. |
|
Print the Concierge version. |
concierge prepare¶
Provision the machine according to the configuration. Must be run as root.
sudo concierge prepare [flags]
Concierge selects its configuration in this order:
-c, --config <path>— an explicit config file.-p, --preset <name>— one of the built-in presets.A
concierge.yamlfile in the current working directory.The
devpreset, if none of the above are found.
Flags¶
Flag |
Description |
|---|---|
|
Path to a specific config file to use. |
|
Built-in preset to use: |
|
Print the commands that would run, without executing them. |
|
Skip the installation and bootstrap of Juju. |
|
Override the snap channel for Juju. |
|
Override the snap revision for Juju. |
|
Override snap channel for the |
|
Override snap channel for MicroK8s. |
|
Override snap channel for LXD. |
|
Override snap channel for Charmcraft. |
|
Override snap channel for Snapcraft. |
|
Override snap channel for Rockcraft. |
|
Override path to the Google credentials file. |
|
Additional snaps to install (comma-separated, supports |
|
Additional APT packages to install (comma-separated). |
concierge restore¶
Run the reverse of concierge prepare, removing everything Concierge would have installed. Must be run as root.
sudo concierge restore [flags]
Flags¶
Flag |
Description |
|---|---|
|
Print the commands that would run, without executing them. |
Warning
Restore removes everything Concierge would install, regardless of whether it was on the machine beforehand. See prepare and restore are opposites, not deltas for the reasoning.
concierge status¶
Report the status of Concierge on the machine — which providers are up, which Juju controllers are bootstrapped, and which snaps and packages are installed. Must be run as root.
sudo concierge status
concierge version¶
Print version information. Equivalent to running concierge --version.
concierge version