Securelee Vault
A Open Source CLI tool built using Golang and Pangea for Storing and Managing Sensitive secrets and Keys.
💻 Tech Stack :
🛠️ Installation :
Requirements :
Run this command to install Securelee :
go install github.com/Siddheshk02/Securelee-cli@v1.0.5
Start with Securelee :
Securelee-cli
📌 Commands :
Securelee-cli [command] --help
> Securelee-cli --help
A 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-cli
Use "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.