Skip to content

Commit

Permalink
Test 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiryuumaru committed May 24, 2024
1 parent bc629a4 commit 166856e
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,19 +124,21 @@ build bump
║ ║ main ║ 2.0.0 ║ yes ║
║----------------------║-------------║--------------------║---------------------║
║ nuget_build_helpers2 ║ prerelease ║ 0.1.0-prerelease.2 ║ no ║
║ ║ main ║ - ║ no ║
╬══════════════════════╬═════════════╬════════════════════╬═════════════════════╬
```

- The `StatusWatch` subcommand continuously monitors the version status. Example output from the subcommand:
```
╬══════════════════════╬═════════════╬════════════════════╬════════════╬
║ App Id ║ Environment ║ Version ║ Status ║
╬══════════════════════╬═════════════╬════════════════════╬════════════╬
║ nuget_build_helpers ║ prerelease ║ 2.1.0-prerelease.2 ║ Published ║
║ ║ main ║ 2.0.0 ║ Published ║
║----------------------║-------------║--------------------║------------║
║ nuget_build_helpers2 ║ prerelease ║ 0.1.0-prerelease.2 ║ Run Failed ║
╬══════════════════════╬═════════════╬════════════════════╬════════════╬
╬══════════════════════╬═════════════╬════════════════════╬═══════════════╬
║ App Id ║ Environment ║ Version ║ Status ║
╬══════════════════════╬═════════════╬════════════════════╬═══════════════╬
║ nuget_build_helpers ║ prerelease ║ 2.1.0-prerelease.2 ║ Published ║
║ ║ main ║ 2.0.0 ║ Published ║
║----------------------║-------------║--------------------║---------------║
║ nuget_build_helpers2 ║ prerelease ║ 0.1.0-prerelease.2 ║ Run Failed ║
║ ║ main ║ - ║ Not published ║
╬══════════════════════╬═════════════╬════════════════════╬═══════════════╬
```

Status types include:
Expand Down

0 comments on commit 166856e

Please sign in to comment.