camunda-cloud-go-client

command module
v0.0.44 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 26, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

README

Camunda Cloud Console CLI and Go Client Library

Camunda Cloud Console CLI to interact with Camunda Cloud Resources.

This repository contains a CLI tool to interact with your Camunda Cloud account via the command-line.

This CLI interacts with the Camudna Cloud Management REST API.

This repository also contains a Go Library client to consume the Camunda Cloud Management REST APIs from other Go programs.

Usage

asciicast

You can create a Camunda Cloud Account here: https://accounts.cloud.camunda.io/signup

Then you need to go to <YOUR USER>(Top right corner) -> Organization Settings -> Cloud Management API and Create a new client. You need to copy and save the Client Id and the Secret Id from that client.

You need to export the following variables for this command to interact with a Camunda Cloud Account:

  • export CC_CLIENT_ID=<YOUR CLIENT ID>
  • export CC_CLIENT_SECRET=<YOUR CLIENT SECRET>

Available Commands:

List all clusters cc-ctl clusters get --all

Get cluster from id cc-ctl clusters get --id <cluster_id>

Get cluster from name cc-ctl clusters get --name <cluster_name>

Delete cluster from id cc-ctl clusters delete --id <cluster_id>

Delete cluster from name cc-ctl clusters delete --name <cluster_name>

Create cluster from default configuration cc-ctl clusters create --default --name <cluster_name>

Feedback / Contribute back

This is a super simple project for you to contribute. Feel free to create issues or send PRs with improvements.

Consumers:

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL