Skip to content

Commit ac1eb50

Browse files
authored
Merge pull request #2305 from marquiz/devel/docs-nfd-export
docs: document export sub-command in the nfd reference
2 parents 803103c + 85e7ad2 commit ac1eb50

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/reference/node-feature-client-reference.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,23 @@ The `--registry-password-stdin` flag enables reading of registry password from s
6363
#### --registry-token-stdin
6464

6565
The `--registry-token-stdin` flag enables reading of registry token from stdin.
66+
67+
## export
68+
69+
Export node features to stdout or a file.
70+
71+
### features
72+
73+
Export features of the system in JSON format to stdout or a file.
74+
75+
#### --path
76+
77+
The `--path` flag specifies a file to write the output to.
78+
79+
### labels
80+
81+
Export feature labels of the system in JSON format to stdout or a file.
82+
83+
#### --path
84+
85+
The `--path` flag specifies a file to write the output to.

0 commit comments

Comments
 (0)