
Security News
Safari 18.4 Ships 3 New JavaScript Features from the TC39 Pipeline
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.
Command Line Tool for programmatic configurations on VGS.
Install the latest version from PyPI:
pip install vgs-cli
Verify your installation by running:
vgs --version
Check our official documentation.
help
login
logout
routes get
routes apply
logs access
access-credentials get
access-credentials generate
organizations get
vaults get
If you want to use the VGS CLI for automation you might be interested in creating a service account.
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-commandsvgs.get.plugins
- for extending vgs get
with sub-commandsvgs.apply.plugins
- for extending vgs apply
with sub-commandsvgs.logs.plugins
- for extending vgs logs
with sub-commandsExample:
entry_points='''
[vgs.plugins]
activate=vgscliplugin.myplugin:new_command
[vgs.get.plugins]
preferences=vgscliplugin.myplugin:new_get_command
'''
FAQs
VGS Client
We found that vgs-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.
Research
Security News
The Socket Research Team investigates a malicious Python package that enables automated credit card fraud on WooCommerce stores by abusing real checkout and payment flows.
Security News
Python has adopted a standardized lock file format to improve reproducibility, security, and tool interoperability across the packaging ecosystem.