Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/karupanerura/google-cloud-workflow-emulator

Unofficial Google Cloud Workflow emulator
https://github.com/karupanerura/google-cloud-workflow-emulator

google-cloud google-cloud-workflows

Last synced: 7 days ago
JSON representation

Unofficial Google Cloud Workflow emulator

Awesome Lists containing this project

README

        

# google-cloud-workflow-emulator

Unofficial [Google Cloud Workflow](https://cloud.google.com/workflows) emulator.

**WARNING: This product is alpha quality**

## Install

```console
$ go install github.com/karupanerura/google-cloud-workflow-emulator/cmd/google-cloud-workflow-emulator@latest
```

TODO: add pre-built binary

## Usage

```console
# Execute Workflow
$ google-cloud-workflow-emulator -f ./example/sample.yaml --args '{}'

# Start Workflow Execution API emulator (request `POST http://localhost:8080/v1/projects/anything/locations/anything/workflows/anything/executions` to execute)
$ google-cloud-workflow-emulator -f ./example/sample.yaml -l 127.0.0.1:8080
```