Install UniquID CLI

For details about uniquid package click here.

To install our UniquID CLI run command

sudo pip3 install uniquid

Make sure uniquid CLI client has been installed and is on the latest stable version

uniquid --version

If you previously installed the UniquID CLI but you're not on latest version you can issue the command

sudo pip3 install uniquid --upgrade

If you installed the UniquID CLI on an AWS EC2 instance you must upload your credentials.json file to the instance. To do this you have two options:

Option 1 - use scp command to copy that file on your instance

scp -i <user-key-pair.pem> credentials.json ubuntu@<ec2-instance-ip-address>:.

Option 2 - cut and paste the contents of the UniquID credentials file after you SSH into the instance

cat > ~/credentials.json
--paste the content of the file--
press <enter> press CTRL D

Login into your organisation

uniquid login --credentials-file ~/credentials.json
uniquid status --verbose

Last updated

Was this helpful?