Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ishiijp/gcloud-kms-cli-deprecated
- Owner: ishiijp
- License: mit
- Created: 2018-12-03T08:49:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-05T02:46:54.000Z (about 6 years ago)
- Last Synced: 2024-11-11T14:27:01.018Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)