A CLI for Mystique.
npm install mystique-cliTo install the Mystique CLI, execute the following. Note: You may need sudo.
```
npm i -g mystique-cli
.
`
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
``