Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ishiijp/gcloud-kms-cli-deprecated

A tiny CLI tool for Google Cloud KMS
https://github.com/ishiijp/gcloud-kms-cli-deprecated

Last synced: 1 day ago
JSON representation

A tiny CLI tool for Google Cloud KMS

Awesome Lists containing this project

README

        

# gcloud-kms-cli

## Requirements

* [gcloud](https://cloud.google.com/sdk/gcloud)

## Installing

```bash
$ npm install gcloud-kms-cli
```

or

```bash
$ yarn add gcloud-kms-cli
```

## Usage

Please see the help

```bash
$ gcloud-kms --help
$ gcloud-kms encrypt --help
$ gcloud-kms decrypt --help
```

This will load the variables from the .env file in the current working directory and then run the command (using the new set of environment variables)

## License

[MIT](https://en.wikipedia.org/wiki/MIT_License)