VGS Client
Project description
VGS CLI
Command Line Tool for programmatic configurations on VGS.
Table of Contents
- Requirements
- Installation
- Run
- Running in Docker
- Commands
- Automation with VGS CLI
- Sphinx Documentation
- Plugins Development
Requirements
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
help
login
logout
routes get
routes apply
logs access
access-credentials get
access-credentials generate
organizations get
vaults get
Automation with VGS CLI
If you want to use the VGS CLI for automation you might be interested in creating a service account.
Sphinx Documentation
In order to generate Sphinx documentation:
pip install -r dev-requirements.txt
cd docs
make html
Check the generated docs:
open build/html/index.html
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 extendingvgs
with sub-commandsvgs.get.plugins
- for extendingvgs get
with sub-commandsvgs.apply.plugins
- for extendingvgs apply
with sub-commandsvgs.logs.plugins
- for extendingvgs 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 Distribution
vgs-cli-1.30.2.dev10.tar.gz
(23.6 kB
view details)
File details
Details for the file vgs-cli-1.30.2.dev10.tar.gz
.
File metadata
- Download URL: vgs-cli-1.30.2.dev10.tar.gz
- Upload date:
- Size: 23.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c20be5f4da4b809d9dc91010eff31f7d299028b8c2fcdd0decdbf36b44fd8763 |
|
MD5 | 33efc2b04190c661f3263823223a757f |
|
BLAKE2b-256 | 8c82e6de91add7e7a31819cca54752232aa132789d958d81f8d85b86c74d465a |