Categorygithub.com/launchdarkly-labs/ldc
modulepackage
0.0.15
Repository: https://github.com/launchdarkly-labs/ldc.git
Documentation: pkg.go.dev

# README

LDC - LaunchDarkly CLI/Console

CircleCI

GolangCI

This is BETA software until version 1.0 and the interface may change.

Configuration

You may specific ~/.config/ldc.json that looks like:

{
  "staging": {
    "token": "your api token",
    "server": "https://app.launchdarkly.com/api/v2",
    "defaultProject": "default",
    "defaultEnvironment": "production"
  }
}

Running

Run ./run.sh.

Commands

Supported commands are:

creds
environments
clear
pwd
switch
flags
projects
log
exit

# Packages

No description provided by the author
No description provided by the author
Package goalapi provides goals via the v1 api.