Categorygithub.com/craftslab/actionflow
modulepackage
0.0.8
Repository: https://github.com/craftslab/actionflow.git
Documentation: pkg.go.dev

# README

actionflow

Actions Status Docker Go Report Card License Tag

Introduction

Action Flow is a pipeline action server written in Go.

See Action View as a view of Action Flow.

Requirement

  • Gin >= 1.6.0
  • Go >= 1.15.0

Running

git clone https://github.com/craftslab/actionflow.git

cd actionflow
make build

./bin/actionflow --addr="localhost:9090"

Docker

git clone https://github.com/craftslab/actionflow.git

cd actionflow
docker build --no-cache -f Dockerfile -t craftslab/actionflow:latest .
docker run -it -p 9090:9090 craftslab/actionflow:latest ./actionflow

Usage

usage: actionflow [<flags>]

Action Flow

Flags:
  --help          Show context-sensitive help (also try --help-long and --help-man).
  --version       Show application version.
  --addr=":9090"  Server listen address

Design

design

Reference

License

Project License can be found here.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author