blob: d80d6dd06ec6ba38ad14cee4c927d16cd266400a [file] [log] [blame]
hilata6ee6e072014-04-20 17:10:18 -05001nfdc
2====
3
Junxiao Shi15902ef2017-08-11 22:58:35 +00004SYNOPSIS
hilata6ee6e072014-04-20 17:10:18 -05005--------
Davide Pesaventoe0bae0f2018-02-17 22:07:52 -05006| nfdc COMMAND [ARGUMENTS] ...
7| nfdc help [COMMAND]
8| nfdc [-h|--help]
9| nfdc -V|--version
hilata6ee6e072014-04-20 17:10:18 -050010
Junxiao Shi15902ef2017-08-11 22:58:35 +000011DESCRIPTION
12-----------
13**nfdc** is a tool to manage a running instance of NFD.
hilata6ee6e072014-04-20 17:10:18 -050014
Junxiao Shi15902ef2017-08-11 22:58:35 +000015Features of nfdc are organized into subcommands.
16To print a list of all subcommands, run **nfdc** without arguments.
17To show how to use a subcommand, run **nfdc help** followed by the subcommand name.
18
19OPTIONS
20-------
21<COMMAND>
22 A subcommand name.
23 It usually contains a noun and a verb.
24
25<ARGUMENTS>
26 Arguments to the subcommand.
27
Davide Pesaventoe0bae0f2018-02-17 22:07:52 -050028``-h`` or ``--help``
29 Print a list of available subcommands and exit.
Junxiao Shi15902ef2017-08-11 22:58:35 +000030
Davide Pesaventoe0bae0f2018-02-17 22:07:52 -050031``-V`` or ``--version``
32 Show version information and exit.
Junxiao Shi15902ef2017-08-11 22:58:35 +000033
34EXAMPLES
35--------
Junxiao Shi0e13e1e2018-01-22 08:29:12 +000036nfdc
37 List all subcommands.
hilata6ee6e072014-04-20 17:10:18 -050038
Junxiao Shi0e13e1e2018-01-22 08:29:12 +000039nfdc help face create
40 Show how to use the ``nfdc face create`` subcommand.
Junxiao Shi15902ef2017-08-11 22:58:35 +000041
42SEE ALSO
43--------
Junxiao Shi3160a3f2018-01-09 21:25:15 +000044nfdc-status(1), nfdc-face(1), nfdc-route(1), nfdc-cs(1), nfdc-strategy(1)