cli: managed by clan -> managed by Clan
This commit is contained in:
@@ -344,12 +344,12 @@ For more detailed information, visit: {help_hyperlink("secrets", "https://docs.c
|
||||
description="Manage machines and their configuration",
|
||||
epilog=(
|
||||
f"""
|
||||
This subcommand provides an interface to machines managed by clan.
|
||||
This subcommand provides an interface to machines managed by Clan.
|
||||
|
||||
Examples:
|
||||
|
||||
$ clan machines list
|
||||
List all the machines managed by clan.
|
||||
List all the machines managed by Clan.
|
||||
|
||||
$ clan machines update [MACHINES]
|
||||
Will update the specified machines [MACHINES], if [MACHINES] is omitted, the command
|
||||
@@ -410,9 +410,9 @@ Examples:
|
||||
description="Query state information about machines",
|
||||
epilog=(
|
||||
f"""
|
||||
This subcommand provides an interface to the state managed by clan.
|
||||
This subcommand provides an interface to the state managed by Clan.
|
||||
|
||||
State can be folders and databases that modules depend on managed by clan.
|
||||
State can be folders and databases that modules depend on managed by Clan.
|
||||
|
||||
State directories can be added to on a per machine basis:
|
||||
```
|
||||
@@ -427,7 +427,7 @@ can be a good choice.
|
||||
Examples:
|
||||
|
||||
$ clan state list [MACHINE]
|
||||
List state of the machines managed by clan.
|
||||
List state of the machines managed by Clan.
|
||||
|
||||
For more detailed information, visit: {help_hyperlink("getting-started", "https://docs.clan.lol/backups")}
|
||||
"""
|
||||
|
||||
@@ -27,7 +27,7 @@ def register_parser(parser: argparse.ArgumentParser) -> None:
|
||||
help="Update one or more machines",
|
||||
epilog=(
|
||||
"""
|
||||
This subcommand provides an interface to update machines managed by clan.
|
||||
This subcommand provides an interface to update machines managed by Clan.
|
||||
|
||||
Examples:
|
||||
|
||||
@@ -110,7 +110,7 @@ Installing a machine means overwriting the target's disk.
|
||||
""",
|
||||
epilog=(
|
||||
"""
|
||||
This subcommand provides an interface to install machines managed by clan.
|
||||
This subcommand provides an interface to install machines managed by Clan.
|
||||
|
||||
Examples:
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ def register_parser(parser: argparse.ArgumentParser) -> None:
|
||||
description="list state folders and the services that configure them",
|
||||
epilog=(
|
||||
"""
|
||||
List state of the machines managed by clan.
|
||||
List state of the machines managed by Clan.
|
||||
|
||||
The backup commands are commands that will exist on the deployed machine.
|
||||
They can be introspected by checking under `/run/current-system/sw/bin/[COMMAND]`
|
||||
@@ -26,7 +26,7 @@ def register_parser(parser: argparse.ArgumentParser) -> None:
|
||||
Examples:
|
||||
|
||||
$ clan state list [MACHINE]
|
||||
List state of the machine [MACHINE] managed by clan.
|
||||
List state of the machine [MACHINE] managed by Clan.
|
||||
|
||||
|
||||
For more detailed information, visit: https://docs.clan.lol/getting-started/backups/
|
||||
|
||||
Reference in New Issue
Block a user