Skip to content

Commit c7c3bd1

Browse files
authoredMay 20, 2024
Merge branch 'main' into fix/jsonSerialize
2 parents 2c25a52 + 821af18 commit c7c3bd1

File tree

53 files changed

+1071
-93
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+1071
-93
lines changed
 

‎.puprc-defaults

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"build": [],
33
"build_dev": [],
4+
"workflows": {},
45
"checks": {
56
"tbd": {
67
"fail_method": "error",

‎README.md

+6
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ This is a CLI utility built by [StellarWP](https://stellarwp.com) for running pr
2020
* [`pup check:tbd`](/docs/commands.md#pup-checktbd)
2121
* [`pup check:version-conflict`](/docs/commands.md#pup-checkversion-conflict)
2222
* [`pup clean`](/docs/commands.md#pup-clean)
23+
* [`pup do`](/docs/commands.md#pup-do)
2324
* [`pup get-version`](/docs/commands.md#pup-get-version)
2425
* [`pup help`](/docs/commands.md#pup-help)
2526
* [`pup i18n`](/docs/commands.md#pup-i18n)
2627
* [`pup info`](/docs/commands.md#pup-info)
2728
* [`pup package`](/docs/commands.md#pup-package)
29+
* [`pup workflow`](/docs/commands.md#pup-workflow)
2830
* [`pup zip`](/docs/commands.md#pup-zip)
2931
* [`pup zip-name`](/docs/commands.md#pup-zip-name)
3032
* [Command flow for `pup zip`](/docs/flow.md)
@@ -35,5 +37,9 @@ This is a CLI utility built by [StellarWP](https://stellarwp.com) for running pr
3537
* [Creating custom checks](#creating-custom-checks)
3638
* [Simple checks](#simple-checks)
3739
* [Class-based checks](#class-based-checks)
40+
* [Workflows](/docs/workflows.md)
41+
* [Defining workflows](/docs/workflows.md#defining-workflows)
42+
* [Calling workflows](/docs/workflows.md#calling-workflows)
43+
* [Pseudo-workflows](/docs/workflows.md#pseudo-workflows)
3844
* Examples
3945
* [GitHub Workflow: Zipping](/examples/workflows/zip.yml) - Breaks up the `pup zip` command into multiple steps so debugging is easy.

0 commit comments

Comments
 (0)