Command-Line Help for nixops4
This document contains the help content for the nixops4 command-line program.
Command Overview:
nixops4
The nixops4 command-line tool
Usage: nixops4 [OPTIONS] <COMMAND>
Subcommands:
apply— Apply changes so that the resources are in the desired statemembers— Commands that operate on component members
Options:
-
-v,--verboseDefault value:
false -
--color <COLOR>Default value:
autoPossible values:
auto,always,never -
--interactiveDefault value:
false -
--no-interactiveDefault value:
false -
--show-traceDefault value:
false -
--override-input <INPUT_ATTR_PATH>— Temporarily use a different flake input
nixops4 apply
Apply changes so that the resources are in the desired state.
When paths are specified, all members below those paths are applied, as well as any resources they transitively depend on.
Usage: nixops4 apply [PATHS]...
Arguments:
<PATHS>— Component paths to apply, including nested members and transitive dependencies (empty = entire root)
nixops4 members
Commands that operate on component members
Usage: nixops4 members <COMMAND>
Subcommands:
list— List members at a component path (default: root)
nixops4 members list
List members at a component path (default: root)
Usage: nixops4 members list [PATH]
Arguments:
<PATH>— Component path (dot-separated, e.g., “production.database”)