Coder Social home page Coder Social logo

estuaryoss / agent-cicd Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 75 KB

Run your light CI/CD flows using Estuary Agent

License: Apache License 2.0

Python 100.00%
estuary-stack ci cicd continuous-integration continuous-delivery testing automation

agent-cicd's Introduction

Testing as a service

Estuary CI/CD

Estuary CI/CD CLI will run your CI/CD flow and stream back the events real-time as they happen.

Code quality

Maintainability

Linux status

Build Status

Win status

CircleCI

Steps

  • deploy estuary-agent-java on the target machine (metal/VM/Docker/IoT device)
  • define your yaml configuration
  • start your CI/CD flow

!Obs: Compatible with Agent version >= 4.2.4

Usage

python .\main.py --ip=192.168.0.10 --port=8080 --username=admin --password=yourSecret --file="config.yaml"

The default endpoint is /commanddetachedyaml. The endpoint can be overridden:

python .\main.py --ip=192.168.0.10 --port=8080 --username=admin --password=yourSecret --endpoint=/docker/command --file="config.yaml"

Params

PS > python main.py --help
Usage: main.py [OPTIONS]

Options:
  --ip TEXT        The IP/hostname of the target machine where Estuary Agent
                   is deployed
  --port TEXT      The port number of the target machine where Estuary Agent
                   is deployed
  --username TEXT  The username used for the Basic authentication
  --password TEXT  The password used for the Basic authentication
  --protocol TEXT  The protocol with which the estuary-agent was deployed.
                   Default is http. E.g. https
  --cert TEXT      The certificate with which the estuary-agent was deployed.
                   E.g. https/cert.pem
  --endpoint TEXT  The endpoint to sent the request. Default is
                   "/commandsyaml"
  --file TEXT      The yaml file path on disk. Default is "./config.yaml"
  --batch TEXT     If batch is "true", the server will execute all commands in
                   batch. If batch is "false" the commands will be executed
                   one by one and the CLI exits when the first failure is
                   detected. Default is "false"
  --help           Show this message and exit.

Use cases

  • App download and installation
  • CI/CD flows

Support project:

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.