Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/siddheshk02/securelee-cli
Securelee Vault is a CLI tool for effortless and secure storage, management, and retrieval of sensitive secrets and cryptographic keys.
https://github.com/siddheshk02/securelee-cli
auth cobra-cli golang pangea pangeacyber
Last synced: 4 days ago
JSON representation
Securelee Vault is a CLI tool for effortless and secure storage, management, and retrieval of sensitive secrets and cryptographic keys.
- Host: GitHub
- URL: https://github.com/siddheshk02/securelee-cli
- Owner: Siddheshk02
- License: mit
- Created: 2023-11-03T11:11:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-28T22:40:27.000Z (12 months ago)
- Last Synced: 2024-04-17T18:03:24.996Z (7 months ago)
- Topics: auth, cobra-cli, golang, pangea, pangeacyber
- Language: Go
- Homepage: https://siddheshk.hashnode.dev/securelee-vault
- Size: 85 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Securelee Vault
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
![](https://img.shields.io/github/go-mod/go-version/Siddheshk02/Securelee-cli)
![](https://img.shields.io/github/downloads-pre/Siddheshk02/Securelee-cli/v1.1.7/total)A Open Source CLI tool built using Golang and Pangea for Storing and Managing Sensitive secrets and Keys.
## 💻 Tech Stack :
- [Golang](https://go.dev/)
- [Pangea](https://pangea.cloud/)## 🛠️ Installation :
### Requirements :
- Golang ( version >= 1.20 ) [Installation Guide](https://golangdocs.com/install-go-windows)Run this command to install Securelee :
```
go install github.com/Siddheshk02/[email protected]
```
Start with Securelee :
```
Securelee-cli
```
## 📌 Commands :
* [`Securelee-cli [command] --help`](#Securelee-cli-help)
* [`Securelee-cli create`](#Securelee-cli-create)
* [`Securelee-cli login`](#Securelee-cli-login)
* [`Securelee-cli update`](#Securelee-cli-update)
* [`Securelee-cli get`](#Securelee-cli-get)
* [`Securelee-cli list`](#Securelee-cli-list)
* [`Securelee-cli version`](#Securelee-cli-version)
* [`Securelee-cli delete`](#Securelee-cli-delete)
* [`Securelee-cli whoami`](#Securelee-cli-whoami)
* [`Securelee-cli logout`](#Securelee-cli-logout)## `Securelee-cli [command] --help`
```
> Securelee-cli --helpA CLI based Vault App for storing your Secret Messages or Keys Securely.
Usage:
Securelee-cli [flags]
Securelee-cli [command]Available Commands:
completion Generate the autocompletion script for the specified shell
create Create and Store a Secret Message or Key.
delete Delete a Secret Message or Key.
get Get a Particular Secret or Key.
help Help about any command
list Get all Secret Messages or Keys.
login Login to Securelee Vault.
logout Logout of Securelee Vault.
update Update or Modify a Secret Message or Key.
version Version of the Securelee CLI.
whoami The Current User of Securelee Vault.Flags:
-h, --help help for Securelee-cli
-t, --toggle Help message for toggle
-v, --version version for Securelee-cliUse "Securelee-cli [command] --help" for more information about a command.
```## `Securelee-cli create`
```
Create and Store a Secret Messages or Keys.Usage:
Securelee-cli create [flags]Flags:
-h, --help help for create
```## `Securelee-cli login`
```
Login to Securelee Vault.Usage:
Securelee-cli login [flags]Flags:
-h, --help help for login
```## `Securelee-cli update`
```
Update or Modify a Secret Message or Key.Usage:
Securelee-cli update [flags]Flags:
-h, --help help for update
```## `Securelee-cli get`
```
Get a Particular Secret or Key.Usage:
Securelee-cli get [flags]Flags:
-h, --help help for get
```## `Securelee-cli list`
```
Get all Secret Messages or Keys.Usage:
Securelee-cli list [flags]Flags:
-h, --help help for list
```## `Securelee-cli version`
```
Version of the Securelee CLI.Usage:
Securelee-cli version [flags]Flags:
-h, --help help for version```
## `Securelee-cli delete`
```
Delete a Secret Message or Key.Usage:
Securelee-cli delete [flags]Flags:
-h, --help help for delete
```## `Securelee-cli whoami`
```
The Current User of Securelee Vault.Usage:
Securelee-cli whoami [flags]Flags:
-h, --help help for whoami```
## `Securelee-cli logout`
```
Logout of Securelee Vault.Usage:
Securelee-cli logout [flags]Flags:
-h, --help help for logout
```
## Support
Do support by giving a 🌟 to Securelee Vault.