> For the complete documentation index, see [llms.txt](https://hawkins.gitbook.io/consoleme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hawkins.gitbook.io/consoleme/weep-cli.md).

# Weep CLI

- [Getting Started with Weep](https://hawkins.gitbook.io/consoleme/weep-cli/cli.md): Using Weep, the ConsoleMe CLI
- [AWS Credentials in the CLI using Weep and ConsoleMe](https://hawkins.gitbook.io/consoleme/weep-cli/aws-credentials-in-the-cli-using-weep.md)
- [Configuration](https://hawkins.gitbook.io/consoleme/weep-cli/configuration.md)
- [Commands](https://hawkins.gitbook.io/consoleme/weep-cli/commands.md)
- [List](https://hawkins.gitbook.io/consoleme/weep-cli/commands/list-eligible-roles.md)
- [Serve](https://hawkins.gitbook.io/consoleme/weep-cli/commands/credential-provider.md): HTTP server used to retrieve credentials from Weep automatically
- [Export](https://hawkins.gitbook.io/consoleme/weep-cli/commands/credential-export.md)
- [File](https://hawkins.gitbook.io/consoleme/weep-cli/commands/credential-file.md): Write to your ~/.aws/credentials file
- [Credential Process](https://hawkins.gitbook.io/consoleme/weep-cli/commands/credential-process.md): Source Credentials from Weep automatically with Credential Process
- [Assuming Roles](https://hawkins.gitbook.io/consoleme/weep-cli/assuming-roles.md)
- [Advanced Configuration](https://hawkins.gitbook.io/consoleme/weep-cli/advanced-configuration.md)
- [Routing for Metadata Service](https://hawkins.gitbook.io/consoleme/weep-cli/advanced-configuration/routing-for-metadata-service.md)
- [Shell Completion](https://hawkins.gitbook.io/consoleme/weep-cli/advanced-configuration/shell-completion.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://hawkins.gitbook.io/consoleme/weep-cli.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.
