Skip to content

Commit

Permalink
DOCS FOR COMMONLY USED nmstatectl SUBCOMMANDS
Browse files Browse the repository at this point in the history
Added docs for  a and  s, providing shortcuts for apply and
show respectively for simplified command invocation.

Resolves: #2579

Signed-off-by: jona42-ui <[email protected]>
  • Loading branch information
jona42-ui committed Apr 16, 2024
1 parent 115bcc5 commit 2807c45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/nmstatectl.8.in
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Query the current network state. \fIYAML\fR is the default output format. Use
the \fB--json\fR argument to change the output format to \fIJSON\fR. To limit
the output state to include certain interfaces only, please specify the
interface name. Please be advised, global config like DNS will be included.
\fBnmstatectl s\fR is an aliased command for \fBnmstatectl show\fR.
.PP
For multiple interface names, use comma to separate them. You can also use
patterns for interface names:
Expand Down Expand Up @@ -65,6 +66,7 @@ Apply the network state from specified file in \fIYAML\fR or \fIJSON\fR format.
By default, if the network state after state applied is not identical to the
desired state, \fBnmstatectl\fR rollbacks to the state before \fBset\fR
command. Use the \fB--no-verify\fR argument to skip the verification.
\fBnmstatectl a\fR is an aliased command for \fBnmstatectl apply\fR.
.RE
.PP
.B apply
Expand Down

0 comments on commit 2807c45

Please sign in to comment.