Get Started
Start uploading reports to PipeRider Cloud
PipeRider Cloud features
With a PipeRider Cloud account you can upload reports from PipeRider CLI and access the following features:
Upload reports automatically
Create workspaces to organize reports
Share reports with team members or publicly
Compare reports online
View the Lineage Diff between reports
Sign up for PipeRider Cloud
There are two ways to sign up for PipeRider Cloud:
PipeRider CLI
PipeRider website
It is preferable to sign up via the CLI, as this will simultaneously create an account and enable you to configure your API token for report uploading.
PipeRider CLI
To sign up for PipeRider Cloud using PipeRider CLI, follow the steps below.
Ensure that you have installed PipeRider CLI.
Run
piperider cloud signup
.Enter your email address.
Open your email account and find the 'welcome' email.
Click the 'Get API Token' button in the email.
Set your account password by filling out
New Password
andConfirm New Password
(leaveCurrent Password
blank), and then clickUpdate Password
.Copy the API token.
Go back to the command line and paste the API token.
Your account is now created and you are logged in via PipeRider CLI
PipeRider Website
To sign up for PipeRider Cloud via the website navigate to the sign up page and fill out the sign up form.
Log in
If you have already created a PipeRider Cloud account and need to log in via the CLI, you should first obtain the API token from your account.
Navigate to your PipeRider Cloud profile page.
Copy the Token.
On the command line run
piperider cloud login
.Enter your email address.
Paste the API token.
If successful, your account details will be displayed in the output.
Verify PipeRider Cloud connection
If you need to verify that your current PipeRider Cloud connection settings, run the following command from inside your project:
If correctly configured, you should see PASS
for the Check cloud account
test.
Now you're ready to start uploading reports to PipeRider Cloud.
Last updated