# VGS CLI

The VGS CLI is a developer tool that helps you build, test, and manage your VGS configurations programmatically from a terminal. It enables programmatic usage of VGS APIs in code or as a part of a script or CI/CD pipeline.

## What can it do

You can use the VGS CLI to manage [routes](https://docs.verygoodsecurity.com/vault/http-proxy), preferences, [service accounts](https://app.gitbook.com/s/zbOVGj5YTirkppRKlOP9/access-management/service-accounts-for-programmatic-access), [vaults](https://docs.verygoodsecurity.com/vault/vault), credentials, and [logs](https://docs.verygoodsecurity.com/vault/developer-tools/vault-management/audit-logs).

## How do I get it

You can install the VGS CLI from [PyPi](https://docs.verygoodsecurity.com/vault/developer-tools/getting-started#pypi) or run via the [VGS CLI Docker Image](https://docs.verygoodsecurity.com/vault/developer-tools/vgs-cli/docker).

## How do I use it

Read the [VGS CLI Quickstart](https://docs.verygoodsecurity.com/vault/developer-tools/getting-started#quick-start) to learn how to install, authenticate, and manage resources using the VGS CLI.

## Where do I go for help

* [VGS CLI Getting Started](https://docs.verygoodsecurity.com/vault/developer-tools/vgs-cli/getting-started)
* [VGS CLI Commands](https://docs.verygoodsecurity.com/vault/developer-tools/vgs-cli/commands)
* [VGS CLI Docker Image](https://docs.verygoodsecurity.com/vault/developer-tools/vgs-cli/docker)
* [VGS CLI Troubleshooting](https://docs.verygoodsecurity.com/vault/developer-tools/vgs-cli/troubleshooting)


---

# 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.verygoodsecurity.com/vault/developer-tools/vgs-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.
