# config

### Usage

```
vhsm nitride config read
```

This command shows whether namespaced tokens are enabled and the assoicated inline policy attached to those tokens. It respects your current VAULT\_NAMESPACE and the mount path (defaults to `ratls`, override with -mount). Typically, you read the current settings with `vhsm nitride config read` after running `vhsm nitride init -namespacing [@policy.hcl].` The config shows `namespace: true` and displays the inline policy content.

#### Next Steps

* [read](/nitride/cli/config/read.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.enclaive.cloud/nitride/cli/config.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
