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-0.0.3.dev0-py3-none-any.whl (52.2 kB view details)

Uploaded Python 3

File details

Details for the file vgs_cli-0.0.3.dev0-py3-none-any.whl.

File metadata

  • Download URL: vgs_cli-0.0.3.dev0-py3-none-any.whl
  • Upload date:
  • Size: 52.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-0.0.3.dev0-py3-none-any.whl
Algorithm Hash digest
SHA256 67e2434487b32ff9655c711852778b68499567d8daa10c23c7e82b76885b5f81
MD5 8d4c4f255baac30a2f8c164593b3eb4e
BLAKE2b-256 17227ac5cefdadce5004327eee93eef7dfcad13c202f70be4141afc1869d195a

See more details on using hashes here.

Provenance

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