man/man8/confctl.8.md in confctl-1.0.0 vs man/man8/confctl.8.md in confctl-2.0.0
- old
+ new
@@ -111,10 +111,13 @@
Do not ask for confirmation on standard input, assume the answer is yes.
`-j`, `--max-jobs` *number*
Maximum number of build jobs, passed to `nix-build`. See man nix-build(1).
+ `--cores` *number*
+ Number of CPU cores to use, passed to `nix-build`. See man nix-build(1).
+
`confctl deploy` [*options*] [*machine-pattern* [`boot`|`switch`|`test`|`dry-activate`]]
Deploy either a new or an existing build generation to matching machines.
*switch-action* is the argument to `switch-to-configuration` called on
the target machine. The default action is `switch`.
@@ -174,10 +177,13 @@
if `--reboot` is used. `confctl` will wait for `600 seconds` by default.
`-j`, `--max-jobs` *number*
Maximum number of build jobs, passed to `nix-build`. See man nix-build(1).
+ `--cores` *number*
+ Number of CPU cores to use, passed to `nix-build`. See man nix-build(1).
+
`--no-health-checks`
Do not run configured health checks. Health checks are run by default
when *switch-action* is `switch`, `test` or `boot` with `--reboot`.
`--keep-going`
@@ -222,10 +228,13 @@
the system version itself.
`-j`, `--max-jobs` *number*
Maximum number of build jobs, passed to `nix-build`. See man nix-build(1).
+ `--cores` *number*
+ Number of CPU cores to use, passed to `nix-build`. See man nix-build(1).
+
`confctl changelog` [*options*] [*machine-pattern* [*sw-pattern*]]
Show differences in deployed and configured software pins. For git software
pins, it's a git log.
By default, `confctl` assumes that the configuration contains upgraded
@@ -265,10 +274,13 @@
Show patches.
`-j`, `--max-jobs` *number*
Maximum number of build jobs, passed to `nix-build`. See man nix-build(1).
+ `--cores` *number*
+ Number of CPU cores to use, passed to `nix-build`. See man nix-build(1).
+
`confctl diff` [*options*] [*machine-pattern* [*sw-pattern*]]
Show differences in deployed and configured software pins. For git software
pins, it's a git diff.
By default, `confctl` assumes that the configuration contains upgraded
@@ -302,10 +314,13 @@
on the machines and are missing in the configured software pins.
`-j`, `--max-jobs` *number*
Maximum number of build jobs, passed to `nix-build`. See man nix-build(1).
+ `--cores` *number*
+ Number of CPU cores to use, passed to `nix-build`. See man nix-build(1).
+
`confctl test-connection` [*options*] [*machine-pattern*]
Try to open a SSH connection to the selected machines. This command can be
used to confirm SSH host keys of the selected machines.
`--managed` `y`|`yes`|`n`|`no`|`a`|`all`
@@ -648,7 +663,7 @@
## BUGS
Report bugs to https://github.com/vpsfreecz/confctl/issues.
## ABOUT
`confctl` was originally developed for the purposes of
-[vpsFree.cz](https://vpsfree.org) and its cluster
+[vpsFree.cz](https://vpsfree.org) and its cluster
[configuration](https://github.com/vpsfreecz/vpsfree-cz-configuration).