hawk-cli 0.1.4

Dead simple cli to ease github workflows management in monorepos
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
target: .github/workflows
whitelist:
  - "my-workflow-*.yml"
workspaces:
  - name: myapp
    path: ./packages/my-app/workflows
    package_json: ./packages/my-app
    # App name used to compose filename ({appName}--{workflowName}.yml)
  - name: my-second-app
    # Specify where are stored your workflows
    path: ./packages/my-second-app/workflows
    # Tell hawk if there's a manifest and where's it
    package_json: null