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

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.30.20.dev1-py3-none-any.whl (55.0 kB view details)

Uploaded Python 3

File details

Details for the file vgs_cli-1.30.20.dev1-py3-none-any.whl.

File metadata

  • Download URL: vgs_cli-1.30.20.dev1-py3-none-any.whl
  • Upload date:
  • Size: 55.0 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.30.20.dev1-py3-none-any.whl
Algorithm Hash digest
SHA256 e2fb2d123d5e34950cfdca95df2c7712ea29806e4bb71db0b79c3334a36ff41b
MD5 dd5693b35b8a72c5535135ae6578eda8
BLAKE2b-256 1466b0482050fdbf6554a2493be0ed5d73034f3009f1e741fa31d3c709bdb907

See more details on using hashes here.

Provenance

The following attestation bundles were made for vgs_cli-1.30.20.dev1-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