npm install -g bun
npm install -g safex-store
Usage: Safex-store [options] [command]
CLI to store credentials safely and securely
Options:
-V, --version output the version number
-h, --help display help for command
Commands:
init Initialize SafeX CLI configurations
search <key> Search for a specific key
all get all key in database
auto get all key in database with prefix autosuggestion
delete <id> Delete a key by its ID
insert <keyname> <value> Insert a new key with a keyname and value
help [command] display help for command
safex init
safex insert <KEYNAME> <VALUE>
safex search <KEYNAME>
safex auto
safex delete <KEYID>
-
Storage Options
- Local storage implemented
- Mongodb implemented
- Safex api storage
-
Key Operations
- Insert Key functionality
- Delete Key functionality
- Encryption of keys before storing
- Decryption of keys when retrieving
-
Search Functionality
- Search based on key name
- case insensitve search
- auto suggestion search
-
Data Management
- Reset and flush out all data
-
CLI View
- safex intro
- initializing promts
- Display matching keys in a table format
Contributions are welcome !