Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aunyks/mystique-cli
Create new identities from the terminal!
https://github.com/aunyks/mystique-cli
Last synced: 23 days ago
JSON representation
Create new identities from the terminal!
- Host: GitHub
- URL: https://github.com/aunyks/mystique-cli
- Owner: aunyks
- Created: 2019-01-02T00:30:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-02T00:32:17.000Z (almost 6 years ago)
- Last Synced: 2024-11-19T10:54:12.772Z (about 1 month ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mystique CLI
Create new identities from the terminal! An interface for [mystique](https://github.com/aunyks/mystique).To install the Mystique CLI, execute the following. *Note: You may need sudo.*
```
npm i -g mystique-cli
```## Examples
Create a new anonymous identity. This will create an unnamed identity located at `$HOME/.mystique`.
```
mystique -p pgpPassphrase
```Create a named identity. The following will create a new identity located at `$HOME/.mystique/prometheus`.
```
mystique -p pgpPassphrase -n prometheus
```Create an identity located at a provided directory. The following will create a new identity located at `*CurrentWorkingDir*/tmp`.
```
mystique -p pgpPassphrase -o ./tmp
```Create an identity for a specific protocol. The following will only create a new Bitcoin identity. *Note: `pgp` for PGP, `btc` for Bitcoin, `eth` for Ethereum.*
```
mystique -i eth
```## License
Copyright (c) 2019 Gerald Nash.
Licensed under the Lesser GNU General Public License Version 3 (LGPLv3).