This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-releases-client.git
The following commit(s) were added to refs/heads/main by this push:
new d8e1166 Update commands documentation
d8e1166 is described below
commit d8e1166224a3549b22104cb607752aa1d26a5d85
Author: Sean B. Palmer <[email protected]>
AuthorDate: Mon Jul 14 19:52:45 2025 +0100
Update commands documentation
---
COMMANDS.md | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++++---
pyproject.toml | 4 +--
uv.lock | 4 +--
3 files changed, 78 insertions(+), 7 deletions(-)
diff --git a/COMMANDS.md b/COMMANDS.md
index 693701a..cfe81f2 100644
--- a/COMMANDS.md
+++ b/COMMANDS.md
@@ -18,6 +18,7 @@ Check result operations.
│ exceptions Get check exceptions for a release revision.
│
│ failures Get check failures for a release revision.
│
│ status Get check status for a release revision.
│
+│ wait Wait for checks to be completed.
│
│ warnings Get check warnings for a release revision.
│
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
```
@@ -64,15 +65,33 @@ Usage: status [ARGS] [OPTIONS]
Get check status for a release revision.
╭─ Arguments
──────────────────────────────────────────────────────────────────────────────────────────────────────────╮
-│ * PROJECT [required]
│
-│ * VERSION [required]
│
-│ * REVISION [required]
│
+│ * PROJECT [required]
│
+│ * VERSION [required]
│
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Parameters
─────────────────────────────────────────────────────────────────────────────────────────────────────────╮
+│ REVISION --revision
│
│ VERBOSE --verbose --no-verbose -v [default: False]
│
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
```
+### atr checks wait
+
+```
+Usage: wait [ARGS] [OPTIONS]
+
+Wait for checks to be completed.
+
+╭─ Arguments
──────────────────────────────────────────────────────────────────────────────────────────────────────────╮
+│ * PROJECT [required]
│
+│ * VERSION [required]
│
+╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
+╭─ Parameters
─────────────────────────────────────────────────────────────────────────────────────────────────────────╮
+│ REVISION --revision
│
+│ TIMEOUT --timeout -t [default: 60]
│
+│ INTERVAL --interval -i [default: 500]
│
+╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
+```
+
### atr checks warnings
```
@@ -128,7 +147,10 @@ Developer operations.
╭─ Commands
───────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ env Show the environment variables.
│
+│ pat Read a PAT from development configuration.
│
│ stamp Update version and exclude-newer in pyproject.toml.
│
+│ token Generate a random alphabetical token.
│
+│ user Show the value of $USER.
│
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
```
@@ -140,6 +162,14 @@ Usage: env
Show the environment variables.
```
+### atr dev pat
+
+```
+Usage: pat
+
+Read a PAT from development configuration.
+```
+
### atr dev stamp
```
@@ -148,6 +178,22 @@ Usage: stamp
Update version and exclude-newer in pyproject.toml.
```
+### atr dev token
+
+```
+Usage: token
+
+Generate a random alphabetical token.
+```
+
+### atr dev user
+
+```
+Usage: user
+
+Show the value of $USER.
+```
+
## atr docs
```
@@ -156,6 +202,31 @@ Usage: docs
Show comprehensive CLI documentation in Markdown.
```
+## atr draft
+
+```
+Usage: draft COMMAND
+
+Draft operations.
+
+╭─ Commands
───────────────────────────────────────────────────────────────────────────────────────────────────────────╮
+│ delete Delete a draft release.
│
+╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
+```
+
+### atr draft delete
+
+```
+Usage: delete [ARGS]
+
+Delete a draft release.
+
+╭─ Arguments
──────────────────────────────────────────────────────────────────────────────────────────────────────────╮
+│ * PROJECT [required]
│
+│ * VERSION [required]
│
+╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
+```
+
## atr drop
```
diff --git a/pyproject.toml b/pyproject.toml
index d4e267b..1304f54 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -11,7 +11,7 @@ build-backend = "hatchling.build"
[project]
name = "apache-trusted-releases"
-version = "0.20250714.1835"
+version = "0.20250714.1852"
description = "ATR CLI and Python API"
readme = "README.md"
requires-python = ">=3.13"
@@ -72,4 +72,4 @@ select = [
]
[tool.uv]
-exclude-newer = "2025-07-14T18:35:00Z"
+exclude-newer = "2025-07-14T18:52:00Z"
diff --git a/uv.lock b/uv.lock
index cd4650c..a109ab4 100644
--- a/uv.lock
+++ b/uv.lock
@@ -2,7 +2,7 @@ version = 1
requires-python = ">=3.13"
[options]
-exclude-newer = "2025-07-14T18:35:00Z"
+exclude-newer = "2025-07-14T18:52:00Z"
[[package]]
name = "aiohappyeyeballs"
@@ -83,7 +83,7 @@ wheels = [
[[package]]
name = "apache-trusted-releases"
-version = "0.20250714.1835"
+version = "0.20250714.1852"
source = { editable = "." }
dependencies = [
{ name = "aiohttp" },
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]