This commit is contained in:
Michael Quigley 2023-01-30 15:07:05 -05:00
parent ae033ce7d3
commit b0d1a301e6
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -97,9 +97,11 @@ $ zrok config set apiEndpoint https://zrok.mydomain.com
zrok configuration updated zrok configuration updated
``` ```
> The `WARNING` about `zrokdir metadata` is ignorable. Running the `zrok config set` command writes a small piece of metadata into a `.zrok` folder inside your home directory. This allows `zrok` to identify the version of its settings, providing a mechanism to upgrade your installation as new versions are released. This `WARNING` is letting you know that your current environment has not be initialized by `zrok`. :::note
The `WARNING` about `zrokdir metadata` is ignorable. Running the `zrok config set` command writes a small piece of metadata into a `.zrok` folder inside your home directory. This allows `zrok` to identify the version of its settings, providing a mechanism to upgrade your installation as new versions are released. This `WARNING` is letting you know that your current environment has not be initialized by `zrok`.
You can use the `zrok status` command to inspect the state of your local _environment_. `zrok` refers to each shell where you install and `enable` a copy of `zrok` as as an _environment_. You can use the `zrok status` command to inspect the state of your local _environment_. `zrok` refers to each shell where you install and `enable` a copy of `zrok` as as an _environment_.
:::
``` ```
$ zrok status $ zrok status