https://github.com/maelvls/vcpctl
A CLI to help you edit the Firefly Configuration, Firefly Sub CA, and Firefly Policies in Venafi Control Plane.
https://github.com/maelvls/vcpctl
Last synced: 2 months ago
JSON representation
A CLI to help you edit the Firefly Configuration, Firefly Sub CA, and Firefly Policies in Venafi Control Plane.
- Host: GitHub
- URL: https://github.com/maelvls/vcpctl
- Owner: maelvls
- Created: 2025-01-27T16:05:08.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-27T16:14:04.000Z (4 months ago)
- Last Synced: 2025-03-25T00:54:25.099Z (2 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vcpctl
## Overview
To edit the Firefly configuration, Firefly Sub CA configuration, and Firefly
Policies configuration, you can use the `vcpctl` command line tool.First off, set `APIKEY`:
```bash
export APIKEY=yourapikey
```You can list the Firefly configurations with:
```bash
vcpctl ls
```You can edit the configuration in your `$EDITOR` with the command:
```bash
vcpctl edit test
```