Giter VIP home page Giter VIP logo

setup-setops's Introduction

setup-setops

โš ๏ธ This action is deprecated and therefore read-only. Please migrate to setopsco/github-actions/setup instead.

The setopsco/setup-setops action is a JavaScript action that sets up SetOps CLI in your GitHub Actions workflow by downloading a specific version of SetOps CLI and adding it to your PATH.

After you've used the action, subsequent steps in the same job can run arbitrary SetOps commands using the GitHub Actions run syntax. This allows most SetOps commands to work exactly like they do on your local command line.

This action partly reuses code from https://github.com/hashicorp/setup-terraform.

Usage

This action can be run on ubuntu-latest GitHub Actions runners.

The default configuration installs the latest version of SetOps CLI and installs the wrapper script to wrap subsequent calls to the setops binary.

steps:
- uses: setopsco/setup-setops@v3

A specific version of SetOps CLI can be installed.

steps:
- uses: setopsco/setup-setops@v3
  with:
    setops_version: 0.1.4

Credentials for SetOps can be configured.

steps:
- uses: setopsco/setup-setops@v3
  with:
    setops_organization: yourorganization
    setops_username: [email protected]
    setops_password: ${{ secrets.SETOPS_PASSWORD }}

Inputs

The action supports the following inputs:

  • setops_version - (optional) The version of SetOps CLI to install. Instead of a full version string, you can also specify a constraint string (see Semver Ranges for available range specifications). Examples are: <0.1.5, ~0.1.4, 0.1.x (all three installing the latest available 0.1.4 version). If no version is given, it will default to latest.

  • setops_organization - (optional) The SetOps organization to login to. If not set, no login will be executed.

  • setops_username - (optional) The SetOps username for a SetOps service to login in. If not set, no login will be executed.

  • setops_password - (optional) The SetOps password for a SetOps service to login in. If not set, no login will be executed.

Outputs

This action does not configure any outputs.

License

Mozilla Public License v2.0

setup-setops's People

Contributors

jonas612 avatar kevinscholz avatar shark avatar

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.