Skip to content

grafos self

Manage the grafos CLI itself. grafos self update re-runs the signed installer.

grafos self

Manage the grafos CLI itself (update)
Usage: grafos self [OPTIONS] <COMMAND>
Commands:
update Update the grafos CLI to the latest release. Re-runs the signed installer at https://get.tenura.systems/install.sh
help Print this message or the help of the given subcommand(s)
Options:
--fabric <FABRIC> Fabric address (host:port). Overrides GRAFOS_FABRIC env var [env: GRAFOS_FABRIC=]
--json Output in JSON format for scripting
--wide Show additional columns in table output
--no-color Disable color output
--pool <POOL> Pool name (default: "default") [default: default]
-h, --help Print help
-V, --version Print version

grafos self update

Update the grafos CLI to the latest release. Re-runs the signed installer at https://get.tenura.systems/install.sh
Usage: grafos self update [OPTIONS] [INSTALLER_ARGS]...
Arguments:
[INSTALLER_ARGS]... Forward arguments to install.sh (e.g. `--install-root`, `--version`, `--yes`). Use `--` to separate them from any flags that grafos itself parses
Options:
--fabric <FABRIC> Fabric address (host:port). Overrides GRAFOS_FABRIC env var [env: GRAFOS_FABRIC=]
--json Output in JSON format for scripting
--wide Show additional columns in table output
--no-color Disable color output
--pool <POOL> Pool name (default: "default") [default: default]
-h, --help Print help
-V, --version Print version