Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
SandeepSamba committed Feb 18, 2024
1 parent 4d48c56 commit 7e98529
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions rfcs/0002-cli-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ could be useful:
variables specified in the `ConnectorManifest` (for eg. in the case of postgres, it will
pass `PG_URL` , etc) to the Plugin. In addition to these Env vars, the main CLI passes
the following ENV vars:
- `HASURA_PLUGIN_DDN_PAT` (string)- the PAT token which can be used to make authenticated
calls to Hasura Cloud.
- `HASURA_PLUGIN_DISABLE_TELEMETRY` (boolean string, `true` or `false`) - If the plugins
are sending any sort of telemetry back to Hasura, it should be disabled if this is `true`.
- `HASURA_PLUGIN_INSTANCE_ID` (string) - A UUID for every unique user. Can be used in
telemetry.
- `HASURA_PLUGIN_EXECUTION_ID` (string) - A UUID unique to every invocation of Hasura CLI.
- `HASURA_PLUGIN_LOG_LEVEL` (string) - Can be one of [these](https://github.com/rs/zerolog?tab=readme-ov-file#leveled-logging)
log levels.
- `HASURA_PLUGIN_CONNECTOR_CONTEXT_PATH` (string) - Fully qualified path to the context
directory of the connector.
- `HASURA_PLUGIN_DDN_PAT` (string)- the PAT token which can be used to make authenticated
calls to Hasura Cloud.
- `HASURA_PLUGIN_DISABLE_TELEMETRY` (boolean string, `true` or `false`) - If the plugins
are sending any sort of telemetry back to Hasura, it should be disabled if this is `true`.
- `HASURA_PLUGIN_INSTANCE_ID` (string) - A UUID for every unique user. Can be used in
telemetry.
- `HASURA_PLUGIN_EXECUTION_ID` (string) - A UUID unique to every invocation of Hasura CLI.
- `HASURA_PLUGIN_LOG_LEVEL` (string) - Can be one of [these](https://github.com/rs/zerolog?tab=readme-ov-file#leveled-logging)
log levels.
- `HASURA_PLUGIN_CONNECTOR_CONTEXT_PATH` (string) - Fully qualified path to the context
directory of the connector.

0 comments on commit 7e98529

Please sign in to comment.