Skip to content

Tools for managing RudderStack platform resources programmatically

License

Notifications You must be signed in to change notification settings

rudderlabs/rudder-iac

Repository files navigation

rudder-cli

Table of Contents

⚠️ Work in Progress

Warning

Please note that this tool is currently a work in progress. We are actively developing and improving it, and as such, there may be frequent changes and updates. We do not guarantee backwards compatibility at this stage.

Installation

MacOS

Apple Silicon

curl -L https://github.com/rudderlabs/rudder-iac/releases/download/v0.2.0/rudder-cli_Darwin_arm64.tar.gz | tar -xz rudder-cli
sudo mv rudder-cli /usr/local/bin/

Intel-based

curl -L https://github.com/rudderlabs/rudder-iac/releases/download/v0.2.0/rudder-cli_Darwin_x86_64.tar.gz | tar -xz rudder-cli
sudo mv rudder-cli /usr/local/bin/

Linux

curl -L https://github.com/rudderlabs/rudder-iac/releases/download/v0.2.0/rudder-cli_Linux_x86_64.tar.gz | tar -xz rudder-cli
sudo mv rudder-cli /usr/local/bin/

Build from Source

To build the rudder-cli from source, you need to have Go installed. Then, run the following commands:

git clone https://github.com/rudderlabs/rudder-iac.git
cd rudder-iac
make build
sudo mv bin/rudder-cli /usr/local/bin/

About

Tools for managing RudderStack platform resources programmatically

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published