Command-Line Help for wire
This document contains the help content for the wire
command-line program.
Command Overview:
wire
a tool to deploy nixos systems
Usage: wire [OPTIONS] <COMMAND>
Subcommands:
apply
— Deploy nodesinspect
— Inspect hivelog
— Inspect log of buildscompletions
— Generates shell completions
Options:
-v
,--verbose
— Increase logging verbosity-q
,--quiet
— Decrease logging verbosity--path <PATH>
— Path to directory containing hiveDefault value:
/build/doc
--no-progress
— Hide progress barsDefault value:
false
--show-trace
— Show trace logsDefault value:
false
wire apply
Deploy nodes
Usage: wire apply [OPTIONS] [GOAL]
Arguments:
<GOAL>
Default value:
switch
Possible values:
switch
: Make the configuration the boot default and activate nowbuild
: Build the configuration but do nothing with itpush
: Copy system derivation to remote hostskeys
: Push deployment keys to remote hostsboot
: Activate system profile on next boottest
: Activate the configuration, but don't make it the boot defaultdry-activate
: Show what would be done if this configuration were activated
Options:
-o
,--on <NODE | @TAG>
— List of literal node names or@
prefixed tags-p
,--parallel <PARALLEL>
Default value:
10
-n
,--no-keys
— Skip key uploads. noop when [GOAL] = KeysDefault value:
false
-a
,--always-build-local <NODE>
— Overrides deployment.buildOnTarget
wire inspect
Inspect hive
Usage: wire inspect [OPTIONS]
Options:
-o
,--online
— Include livelinessDefault value:
false
-j
,--json
— Return in JSON formatDefault value:
false
wire log
Inspect log of builds
Usage: wire log <HOST> [INDEX]
Arguments:
<HOST>
— Host identifier<INDEX>
— Reverse-index of log. 0 is the latestDefault value:
0
wire completions
Generates shell completions
Usage: wire completions <SHELL>
Arguments:
<SHELL>
Possible values:
bash
,elvish
,fish
,powershell
,zsh
This document was generated automatically by clap-markdown
.