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
helploginlogoutroutes getroutes applylogs accessaccess-credentials getaccess-credentials generateorganizations getvaults get
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 extendingvgswith sub-commandsvgs.get.plugins- for extendingvgs getwith sub-commandsvgs.apply.plugins- for extendingvgs applywith sub-commandsvgs.logs.plugins- for extendingvgs logswith 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.18.dev51.tar.gz
(43.5 kB
view details)
File details
Details for the file vgs_cli-1.30.18.dev51.tar.gz.
File metadata
- Download URL: vgs_cli-1.30.18.dev51.tar.gz
- Upload date:
- Size: 43.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f12f6fa4a5dc4a71851b675151c8a477be7f059b97e4141bc878c17afd5a3bf1
|
|
| MD5 |
497d8a83206efba0865fb65d83e64e6f
|
|
| BLAKE2b-256 |
7f8f6ec197a439ad7b3d9d791f188e13cacb2a4a2d34873202e432477745b862
|