Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 513 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 513 Bytes

cloudrun-bash

A collection of shell scripts for working with the Cloudrun API.

Getting started

Get the code

git clone https://github.com/cloudruninc/cloudrun-bash

Dependencies

  • bash
  • curl
  • Python 3.x (for batch downloading files)

Set the environment variables

You'll need to set two environment variables:

  • CLOUDRUN_API_USER_ID: Your unique user ID.
  • CLOUDRUN_API_USER_TOKEN: Your API access token.

Email us at [email protected] about obtaining your Cloudrun API token.