Update docs name of init command
This commit is contained in:
parent
ce5ee11841
commit
a5d495cfaf
|
@ -4144,7 +4144,7 @@ def task_restore(filename, confirm_flag):
|
||||||
|
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# pvc init
|
# pvc task init
|
||||||
###############################################################################
|
###############################################################################
|
||||||
@click.command(name='init', short_help='Initialize a new cluster.')
|
@click.command(name='init', short_help='Initialize a new cluster.')
|
||||||
@click.option(
|
@click.option(
|
||||||
|
|
|
@ -36,7 +36,7 @@ The PVC role configures all the dependencies of PVC, including storage, networki
|
||||||
|
|
||||||
* Install and configure FRRouting.
|
* Install and configure FRRouting.
|
||||||
|
|
||||||
* Install and configure the main PVC daemon and API client, including initializing the PVC cluster (`pvc init`).
|
* Install and configure the main PVC daemon and API client, including initializing the PVC cluster (`pvc task init`).
|
||||||
|
|
||||||
## Completion
|
## Completion
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue