Skip to content

mtreilly/arc-workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arc-workflow

Create and manage workflows for automating tasks.

Features

  • list - List all workflows
  • run - Run a workflow
  • create - Create a new workflow
  • edit - Edit an existing workflow
  • export - Export workflow to YAML
  • import - Import workflow from YAML
  • delete - Delete a workflow

Installation

go install github.com/mtreilly/arc-workflow@latest

Usage

# List all workflows
arc-workflow list

# Run a workflow
arc-workflow run repo-analysis

# Create a new workflow
arc-workflow create my-workflow

# Edit a workflow
arc-workflow edit repo-analysis

# Export a workflow
arc-workflow export repo-analysis > workflow.yaml

# Import a workflow
arc-workflow import < workflow.yaml

# Delete a workflow
arc-workflow delete my-workflow

Workflow Format

Workflows are YAML files that define a series of steps (commands, prompts, templates) executed in sequence. They support:

  • Variables
  • Conditions
  • Retries
  • Error handling

License

MIT

About

Arc arc-workflow package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages