Code Monkey home page Code Monkey logo

setup-cli-orb's Introduction

configu/setup-cli-orb

CircleCI Build Status CircleCI Orb Version CircleCI Community

The configu/setup-cli-orb orb contains a bash command that sets up Configu CLI in your CircleCI workflow by downloading a specific version of Configu CLI and adding it to the PATH.

After you've used the orb's setup command, subsequent steps in the same job can run arbitrary Configu CLI commands. All of Configu commands work exactly like they do on your local command line.

Usage

The default configuration installs the latest version of Configu CLI.

version: 2.1
orbs:
  configu: configu/[email protected]

jobs:
  use-configu:
    docker:
      - image: cimg/base:stable
    steps:
      - configu/setup

workflows:
  deploy:
    jobs:
      - use-configu

A specific version of Configu CLI can be installed.

steps:
  - configu/setup:
      version: 0.4.4
  - run: configu --version

Credentials for Configu store (app.configu.com) can be configured.

jobs:
  use-configu:
    steps:
      - configu/setup
      - run: configu store --name "configu" --uri "configu://-"
      - run: configu export --set "production" --schema "path/to/schema.cfgu.json"

workflows:
  deploy:
    jobs:
      - use-configu:
        # defines $CONFIGU_ORG and $CONFIGU_TOKEN
        context: configu-credentials-context

Parameters

The orb supports the following parameters.

License

This orb is licensed under Apache License 2.0.

References

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.