0.0.1 • Published 5 months ago

@cryptfire/cli v0.0.1

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
5 months ago

Cryptfire Cli

The Cryptfire CLI is a prelimiary tool to let you interact with the Cryptfire API.

Your session is stored AES-256-CBC encrypted on disk. It requires a password to decrypt.

cryptfire --register --email e@cryptfire.io;
cryptfire --set-password e@cryptfire.io;
cryptfire --set-password e@cryptfire.io --password "foobar";
cryptfire --register --confirm --email e@cryptfire.io;
cryptfire --sshkey --apikey ...;
cryptfire --rapid-deploy smalldev --apikey ...;
cryptfire --list-ccs;
cryptfire --fund --cc 0x01 USD100;
cryptfire --ssh -n sampleKey --key="$(cat ~/.ssh/id_rsa.pub)"

Right now this is a bit of a copycat of Vultr CLI and the pricing is actually a passthru. But we have our own backend infrastructure deployed, and are working on Cryptfire Cloud.

cloud

0.0.1

5 months ago