Create a Supra Account
Generate a key profile and view the public/private keys for use by the Supra CLI.
On May 2nd, 2025 a new version of the CLI was released. The new image (v9.0.12) introduced an improved profile feature which deprecated the key command of the previous version (v6.3.0) along with an update to the key file structure.
If you have just upgraded, you must execute the following command to migrate your key files to the new version: supra profile migrate
After migration, you must modify the profiles as shown in step 3.
Import existing key/profile
If you already have a private key on hand that you wish to use, you can opt to import it rather than generating a new one. To import an existing private key, use the following command:
Profile names must be unique. If you attempt to generate or import a profile using a name that has already been taken, the CLI will throw an error.
View local private keys
This will print the private keys of all profiles to your terminal. Make sure you are not live streaming, recording, screensharing, etc. before executing this command to prevent compromising your keys.
If you wish to view the private key of your profile(s), use the following command:
Last updated