https://github.com/materializeinc/orb-automation
Scripts for automating operations on Orb.
https://github.com/materializeinc/orb-automation
Last synced: 5 months ago
JSON representation
Scripts for automating operations on Orb.
- Host: GitHub
- URL: https://github.com/materializeinc/orb-automation
- Owner: MaterializeInc
- Created: 2024-02-05T02:57:37.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-05T03:00:48.000Z (over 2 years ago)
- Last Synced: 2025-02-16T11:43:13.176Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Orb automation
An assorted collection of scripts for automating operations on the [Orb billing
platform](https://www.withorb.com).
## Usage
### Setup
Run the following commands:
```bash
# Clone the repository.
git clone https://github.com/MaterializeInc/orb-automation.git
# Create an Orb API key in the UI: https://app.withorb.com/settings?tab=api_keys
# Then install it below.
# BE SURE TO USE TEST MODE UNLESS YOU INTEND TO OPERATE ON PRODUCTION.
export ORB_API_KEY=""
```
### Update all active subscriptions
Update all active subscriptions to immediately switch to the plan with the
specified ID:
```bash
bin/update-subscriptions
```