Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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 state
  • members — Commands that operate on component members
Options:
  • -v, --verbose

    Default value: false

  • --color <COLOR>

    Default value: auto

    Possible values: auto, always, never

  • --interactive

    Default value: false

  • --no-interactive

    Default value: false

  • --show-trace

    Default 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”)