GithubHelp home page GithubHelp logo

carlyledavis / concourse-fly-resource Goto Github PK

View Code? Open in Web Editor NEW

This project forked from troykinsella/concourse-fly-resource

0.0 2.0 0.0 7 KB

A Concourse resource for manipulating fly

License: MIT License

Shell 100.00%

concourse-fly-resource's Introduction

Concourse Fly Resource

A Concourse resource for manipulating fly.

Resource Type Configuration

resource_types:
- name: fly
  type: docker-image
  source:
    repository: troykinsella/concourse-fly-resource
    tag: latest

Source Configuration

Currently only HTTP basic authentication is supported.

  • url: Required. The base URL of the concourse instance to contact. (i.e. https://example.com/concourse)
  • username: Required. The concourse basic auth username.
  • password: Required. The concourse basic auth password.

Example

resources:
- name: fly
  type: fly
  source:
    url: {{concourse_url}}
    username: {{concourse_username}}
    password: {{concourse_password}}

Behaviour

check: No-Op

in: No-Op

Future: Import fly command output

out: Execute fly Command

Execute the given fly command along with given options. The fly client is downloaded from the target Concourse instance if not already present or if there is a version mismatch between fly and Concourse.

Parameters

  • command: Required. The fly command to execute.
  • options: Optional. The options to pass to fly.

Parameters are passed through to the fly command as follows:

fly -t main $command $options

main is the name of the target Concourse instance.

License

MIT © Troy Kinsella

concourse-fly-resource's People

Contributors

troykinsella avatar

Watchers

James Cloos avatar Carlyle S. Davis 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.