An open API service indexing awesome lists of open source software.

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.

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
```