Skip to main content

VGS Client

Project description

VGS CLI

CircleCI

Command Line Tool for programmatic configurations on VGS.

Official Documentation

Table of Contents

Requirements

Python 3 or Docker.

Installation

PyPI

Install the latest version from PyPI:

pip install vgs-cli

Run

Verify your installation by running:

vgs --version

Running in Docker

Check our official documentation.

Commands

Full command reference:

Common commands:

  • help
  • login / logout
  • routes get / routes apply
  • logs access
  • access-credentials get / access-credentials generate
  • organizations get
  • vaults get
  • certificates

Code Standards

We follow the defaults enforced by Black and isort (with the Black profile). A formatting workflow runs in CI and installs black, isort, and ruff. Before opening a pull request, install the tools with pip install black isort ruff and run:

black .
isort --profile black .
ruff check .

Automation with VGS CLI

If you want to use the VGS CLI for automation you might be interested in creating a service account.

Plugins Development

See Click - Developing Plugins.

In order to develop a plugin you need to register your commands to an entrypoint in setup.py.

Supported entrypoints:

  • vgs.plugins - for extending vgs with sub-commands
  • vgs.get.plugins - for extending vgs get with sub-commands
  • vgs.apply.plugins - for extending vgs apply with sub-commands
  • vgs.logs.plugins - for extending vgs logs with sub-commands

Example:

entry_points='''
    [vgs.plugins]
    activate=vgscliplugin.myplugin:new_command

    [vgs.get.plugins]
    preferences=vgscliplugin.myplugin:new_get_command
'''

Plugin catalog

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vgs_cli-1.31.0-py3-none-any.whl (58.2 kB view details)

Uploaded Python 3

File details

Details for the file vgs_cli-1.31.0-py3-none-any.whl.

File metadata

  • Download URL: vgs_cli-1.31.0-py3-none-any.whl
  • Upload date:
  • Size: 58.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for vgs_cli-1.31.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d0460e53c0c77ba8b6258a64cfc0c872d609c5c057284efcfdf48fa3c0e67f9e
MD5 a902d86ec4d3281201fa5a7e4a1e276b
BLAKE2b-256 329d3fbdb3072a2c377a51e6a15b6f5a0901b7e3f43e65894996a65e3b8015b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for vgs_cli-1.31.0-py3-none-any.whl:

Publisher: build-publish.yaml on verygoodsecurity/vgs-cli

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page