Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

compose/cocli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoCLI - A Compose CLI

CoCLI is a Go-based application which uses the Compose API to provide the ability to create, monitor and delete Compose databases.

To use, an environment variable - COMPOSEAPITOKEN must be set. This token value can be obtained from the Compose console's Account view.

Further details to follow.

$ cocli --help
usage: cocli [<flags>] <command> [<args> ...]

A Compose CLI application

Flags:
  --help    Show context-sensitive help (also try --help-long and --help-man).
  --raw     Output raw JSON responses
  --fmt     Format output for readability
  --fullca  Show all of CA Certificates

Commands:
  help [<command>...]
    Show help.

  show account
    Show account details

  show deployments
    Show deployments

  show recipe [<recid>]
    Show recipe

  show deployment recipes [<depid>]
    Show deployment recipes

  show deployment versions [<depid>]
    Show version and upgrades

  show recipes
    Show recipes for a deployment

  show clusters
    Show available clusters

  show user
    Show current associated user

  show datacenters
    Show available datacenters

  show databases
    Show available database types

  create deployment [<flags>] [<name>] [<type>]
    Create deployment

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages