CLI reference¶
Usage¶
Usage:
incus-apply [flags] [file...] [remote:]
Flags¶
Flag |
Description |
|---|---|
|
Timeout for individual |
|
Delete resources instead of creating or updating them. |
|
Show a preview only, without applying changes. |
|
Stop on the first error instead of continuing. |
|
Timeout for fetching remote config URLs. |
|
Force the local Unix socket instead of using a remote target. |
|
Show command help. |
|
Start newly created instances after creation. |
|
Skip waiting for cloud-init after instance creation. |
|
Select the Incus project for the run. |
|
Suppress progress output. |
|
Recursively search directories for YAML and JSON files. |
|
Delete and recreate managed resources when create-only fields change. |
|
Delete all resources in the config set and then recreate them. |
|
Interactively select resources before diff and apply. |
|
Show actual environment config values in preview output instead of redacting them. |
|
Stop running instances before applying updates that require it. |
|
Print setup output and every executed |
|
Print the version. |
|
Apply changes without prompting for confirmation. |
Notes¶
--selectis mutually exclusive with--yesbecause selection happens before confirmation.--force-localcannot be combined with a remote target.--resetis mutually exclusive with--deleteand--diff.