ssot-cli 0.1.13.dev2__tar.gz → 0.1.14.dev1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ssot_cli-0.1.13.dev2 → ssot_cli-0.1.14.dev1}/PKG-INFO +8 -6
- {ssot_cli-0.1.13.dev2 → ssot_cli-0.1.14.dev1}/README.md +3 -1
- {ssot_cli-0.1.13.dev2 → ssot_cli-0.1.14.dev1}/pyproject.toml +5 -5
- {ssot_cli-0.1.13.dev2 → ssot_cli-0.1.14.dev1}/src/ssot_cli.egg-info/PKG-INFO +8 -6
- ssot_cli-0.1.14.dev1/src/ssot_cli.egg-info/requires.txt +7 -0
- ssot_cli-0.1.13.dev2/src/ssot_cli.egg-info/requires.txt +0 -7
- {ssot_cli-0.1.13.dev2 → ssot_cli-0.1.14.dev1}/setup.cfg +0 -0
- {ssot_cli-0.1.13.dev2 → ssot_cli-0.1.14.dev1}/src/ssot_cli/__init__.py +0 -0
- {ssot_cli-0.1.13.dev2 → ssot_cli-0.1.14.dev1}/src/ssot_cli/adr_cmd.py +0 -0
- {ssot_cli-0.1.13.dev2 → ssot_cli-0.1.14.dev1}/src/ssot_cli/boundary_cmd.py +0 -0
- {ssot_cli-0.1.13.dev2 → ssot_cli-0.1.14.dev1}/src/ssot_cli/campaign_cmd.py +0 -0
- {ssot_cli-0.1.13.dev2 → ssot_cli-0.1.14.dev1}/src/ssot_cli/claim_cmd.py +0 -0
- {ssot_cli-0.1.13.dev2 → ssot_cli-0.1.14.dev1}/src/ssot_cli/common.py +0 -0
- {ssot_cli-0.1.13.dev2 → ssot_cli-0.1.14.dev1}/src/ssot_cli/config_cmd.py +0 -0
- {ssot_cli-0.1.13.dev2 → ssot_cli-0.1.14.dev1}/src/ssot_cli/conformance_cmd.py +0 -0
- {ssot_cli-0.1.13.dev2 → ssot_cli-0.1.14.dev1}/src/ssot_cli/evidence_cmd.py +0 -0
- {ssot_cli-0.1.13.dev2 → ssot_cli-0.1.14.dev1}/src/ssot_cli/feature_cmd.py +0 -0
- {ssot_cli-0.1.13.dev2 → ssot_cli-0.1.14.dev1}/src/ssot_cli/graph_cmd.py +0 -0
- {ssot_cli-0.1.13.dev2 → ssot_cli-0.1.14.dev1}/src/ssot_cli/init_cmd.py +0 -0
- {ssot_cli-0.1.13.dev2 → ssot_cli-0.1.14.dev1}/src/ssot_cli/issue_cmd.py +0 -0
- {ssot_cli-0.1.13.dev2 → ssot_cli-0.1.14.dev1}/src/ssot_cli/leases_cmd.py +0 -0
- {ssot_cli-0.1.13.dev2 → ssot_cli-0.1.14.dev1}/src/ssot_cli/main.py +0 -0
- {ssot_cli-0.1.13.dev2 → ssot_cli-0.1.14.dev1}/src/ssot_cli/maturity_cmd.py +0 -0
- {ssot_cli-0.1.13.dev2 → ssot_cli-0.1.14.dev1}/src/ssot_cli/pack_cmd.py +0 -0
- {ssot_cli-0.1.13.dev2 → ssot_cli-0.1.14.dev1}/src/ssot_cli/profile_cmd.py +0 -0
- {ssot_cli-0.1.13.dev2 → ssot_cli-0.1.14.dev1}/src/ssot_cli/registry_cmd.py +0 -0
- {ssot_cli-0.1.13.dev2 → ssot_cli-0.1.14.dev1}/src/ssot_cli/release_cmd.py +0 -0
- {ssot_cli-0.1.13.dev2 → ssot_cli-0.1.14.dev1}/src/ssot_cli/repo_watch_cmd.py +0 -0
- {ssot_cli-0.1.13.dev2 → ssot_cli-0.1.14.dev1}/src/ssot_cli/risk_cmd.py +0 -0
- {ssot_cli-0.1.13.dev2 → ssot_cli-0.1.14.dev1}/src/ssot_cli/spec_cmd.py +0 -0
- {ssot_cli-0.1.13.dev2 → ssot_cli-0.1.14.dev1}/src/ssot_cli/test_cmd.py +0 -0
- {ssot_cli-0.1.13.dev2 → ssot_cli-0.1.14.dev1}/src/ssot_cli/upgrade_cmd.py +0 -0
- {ssot_cli-0.1.13.dev2 → ssot_cli-0.1.14.dev1}/src/ssot_cli/validate_cmd.py +0 -0
- {ssot_cli-0.1.13.dev2 → ssot_cli-0.1.14.dev1}/src/ssot_cli/worker_cmd.py +0 -0
- {ssot_cli-0.1.13.dev2 → ssot_cli-0.1.14.dev1}/src/ssot_cli.egg-info/SOURCES.txt +0 -0
- {ssot_cli-0.1.13.dev2 → ssot_cli-0.1.14.dev1}/src/ssot_cli.egg-info/dependency_links.txt +0 -0
- {ssot_cli-0.1.13.dev2 → ssot_cli-0.1.14.dev1}/src/ssot_cli.egg-info/entry_points.txt +0 -0
- {ssot_cli-0.1.13.dev2 → ssot_cli-0.1.14.dev1}/src/ssot_cli.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ssot-cli
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.14.dev1
|
|
4
4
|
Summary: Primary CLI distribution for ssot-registry.
|
|
5
5
|
Author-email: Jacob Stewart <jacob@swarmauri.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -25,10 +25,10 @@ Classifier: Topic :: Software Development :: Quality Assurance
|
|
|
25
25
|
Classifier: Topic :: Utilities
|
|
26
26
|
Requires-Python: <3.15,>=3.10
|
|
27
27
|
Description-Content-Type: text/markdown
|
|
28
|
-
Requires-Dist: ssot-contracts<0.3.0,>=0.2.
|
|
29
|
-
Requires-Dist: ssot-core<0.3.0,>=0.2.
|
|
30
|
-
Requires-Dist: ssot-conformance<0.3.0,>=0.2.
|
|
31
|
-
Requires-Dist: ssot-pack-contracts<0.3.0,>=0.2.
|
|
28
|
+
Requires-Dist: ssot-contracts<0.3.0,>=0.2.20.dev1
|
|
29
|
+
Requires-Dist: ssot-core<0.3.0,>=0.2.20.dev1
|
|
30
|
+
Requires-Dist: ssot-conformance<0.3.0,>=0.2.20.dev1
|
|
31
|
+
Requires-Dist: ssot-pack-contracts<0.3.0,>=0.2.21.dev1
|
|
32
32
|
Requires-Dist: tomli>=2.0.1; python_version < "3.11"
|
|
33
33
|
|
|
34
34
|
<div align="center">
|
|
@@ -73,6 +73,8 @@ python -m pip install -e pkgs/ssot-cli
|
|
|
73
73
|
|
|
74
74
|
This package depends on [ssot-core](https://pypi.org/project/ssot-core/), [ssot-conformance](https://pypi.org/project/ssot-conformance/), [ssot-contracts](https://pypi.org/project/ssot-contracts/), and [ssot-pack-contracts](https://pypi.org/project/ssot-pack-contracts/), so installing it gives you the full CLI runtime stack for registry operations and governance pack contract checks.
|
|
75
75
|
|
|
76
|
+
Install [ssot-mcp](https://pypi.org/project/ssot-mcp/) separately, or through `ssot-registry[mcp]`, when an MCP-capable client should coordinate registry mutations, pull-worker campaigns, leases, and worker events through MCP tools.
|
|
77
|
+
|
|
76
78
|
The CLI tracks the current core release train through compatible `<0.3.0` ranges and uses the current `ssot-pack-contracts` floor. That keeps pack-aware CLI behavior compatible with the latest contract package without forcing unrelated surface packages into core lockstep.
|
|
77
79
|
|
|
78
80
|
## Executable names
|
|
@@ -1096,6 +1098,6 @@ ssot release certify . --release-id rel:0.1.0 --write-report
|
|
|
1096
1098
|
|
|
1097
1099
|
- Package type: CLI distribution
|
|
1098
1100
|
- Depends on: [ssot-core](https://pypi.org/project/ssot-core/), [ssot-conformance](https://pypi.org/project/ssot-conformance/), [ssot-contracts](https://pypi.org/project/ssot-contracts/), [ssot-pack-contracts](https://pypi.org/project/ssot-pack-contracts/)
|
|
1099
|
-
- Related packages: [ssot-registry](https://pypi.org/project/ssot-registry/), [ssot-tui](https://pypi.org/project/ssot-tui/), [ssot-views](https://pypi.org/project/ssot-views/), [ssot-codegen](https://pypi.org/project/ssot-codegen/)
|
|
1101
|
+
- Related packages: [ssot-registry](https://pypi.org/project/ssot-registry/), [ssot-mcp](https://pypi.org/project/ssot-mcp/), [ssot-tui](https://pypi.org/project/ssot-tui/), [ssot-views](https://pypi.org/project/ssot-views/), [ssot-codegen](https://pypi.org/project/ssot-codegen/)
|
|
1100
1102
|
|
|
1101
1103
|
If you need the command-line interface, this is the package to install.
|
|
@@ -40,6 +40,8 @@ python -m pip install -e pkgs/ssot-cli
|
|
|
40
40
|
|
|
41
41
|
This package depends on [ssot-core](https://pypi.org/project/ssot-core/), [ssot-conformance](https://pypi.org/project/ssot-conformance/), [ssot-contracts](https://pypi.org/project/ssot-contracts/), and [ssot-pack-contracts](https://pypi.org/project/ssot-pack-contracts/), so installing it gives you the full CLI runtime stack for registry operations and governance pack contract checks.
|
|
42
42
|
|
|
43
|
+
Install [ssot-mcp](https://pypi.org/project/ssot-mcp/) separately, or through `ssot-registry[mcp]`, when an MCP-capable client should coordinate registry mutations, pull-worker campaigns, leases, and worker events through MCP tools.
|
|
44
|
+
|
|
43
45
|
The CLI tracks the current core release train through compatible `<0.3.0` ranges and uses the current `ssot-pack-contracts` floor. That keeps pack-aware CLI behavior compatible with the latest contract package without forcing unrelated surface packages into core lockstep.
|
|
44
46
|
|
|
45
47
|
## Executable names
|
|
@@ -1063,6 +1065,6 @@ ssot release certify . --release-id rel:0.1.0 --write-report
|
|
|
1063
1065
|
|
|
1064
1066
|
- Package type: CLI distribution
|
|
1065
1067
|
- Depends on: [ssot-core](https://pypi.org/project/ssot-core/), [ssot-conformance](https://pypi.org/project/ssot-conformance/), [ssot-contracts](https://pypi.org/project/ssot-contracts/), [ssot-pack-contracts](https://pypi.org/project/ssot-pack-contracts/)
|
|
1066
|
-
- Related packages: [ssot-registry](https://pypi.org/project/ssot-registry/), [ssot-tui](https://pypi.org/project/ssot-tui/), [ssot-views](https://pypi.org/project/ssot-views/), [ssot-codegen](https://pypi.org/project/ssot-codegen/)
|
|
1068
|
+
- Related packages: [ssot-registry](https://pypi.org/project/ssot-registry/), [ssot-mcp](https://pypi.org/project/ssot-mcp/), [ssot-tui](https://pypi.org/project/ssot-tui/), [ssot-views](https://pypi.org/project/ssot-views/), [ssot-codegen](https://pypi.org/project/ssot-codegen/)
|
|
1067
1069
|
|
|
1068
1070
|
If you need the command-line interface, this is the package to install.
|
|
@@ -4,17 +4,17 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "ssot-cli"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.14.dev1"
|
|
8
8
|
description = "Primary CLI distribution for ssot-registry."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10,<3.15"
|
|
11
11
|
license = "Apache-2.0"
|
|
12
12
|
authors = [{ name = "Jacob Stewart", email = "jacob@swarmauri.com" }]
|
|
13
13
|
dependencies = [
|
|
14
|
-
"ssot-contracts>=0.2.
|
|
15
|
-
"ssot-core>=0.2.
|
|
16
|
-
"ssot-conformance>=0.2.
|
|
17
|
-
"ssot-pack-contracts>=0.2.
|
|
14
|
+
"ssot-contracts>=0.2.20.dev1,<0.3.0",
|
|
15
|
+
"ssot-core>=0.2.20.dev1,<0.3.0",
|
|
16
|
+
"ssot-conformance>=0.2.20.dev1,<0.3.0",
|
|
17
|
+
"ssot-pack-contracts>=0.2.21.dev1,<0.3.0",
|
|
18
18
|
"tomli>=2.0.1; python_version < '3.11'",
|
|
19
19
|
]
|
|
20
20
|
keywords = ["ssot", "cli", "registry", "governance", "release-management", "validation", "developer-tools"]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ssot-cli
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.14.dev1
|
|
4
4
|
Summary: Primary CLI distribution for ssot-registry.
|
|
5
5
|
Author-email: Jacob Stewart <jacob@swarmauri.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -25,10 +25,10 @@ Classifier: Topic :: Software Development :: Quality Assurance
|
|
|
25
25
|
Classifier: Topic :: Utilities
|
|
26
26
|
Requires-Python: <3.15,>=3.10
|
|
27
27
|
Description-Content-Type: text/markdown
|
|
28
|
-
Requires-Dist: ssot-contracts<0.3.0,>=0.2.
|
|
29
|
-
Requires-Dist: ssot-core<0.3.0,>=0.2.
|
|
30
|
-
Requires-Dist: ssot-conformance<0.3.0,>=0.2.
|
|
31
|
-
Requires-Dist: ssot-pack-contracts<0.3.0,>=0.2.
|
|
28
|
+
Requires-Dist: ssot-contracts<0.3.0,>=0.2.20.dev1
|
|
29
|
+
Requires-Dist: ssot-core<0.3.0,>=0.2.20.dev1
|
|
30
|
+
Requires-Dist: ssot-conformance<0.3.0,>=0.2.20.dev1
|
|
31
|
+
Requires-Dist: ssot-pack-contracts<0.3.0,>=0.2.21.dev1
|
|
32
32
|
Requires-Dist: tomli>=2.0.1; python_version < "3.11"
|
|
33
33
|
|
|
34
34
|
<div align="center">
|
|
@@ -73,6 +73,8 @@ python -m pip install -e pkgs/ssot-cli
|
|
|
73
73
|
|
|
74
74
|
This package depends on [ssot-core](https://pypi.org/project/ssot-core/), [ssot-conformance](https://pypi.org/project/ssot-conformance/), [ssot-contracts](https://pypi.org/project/ssot-contracts/), and [ssot-pack-contracts](https://pypi.org/project/ssot-pack-contracts/), so installing it gives you the full CLI runtime stack for registry operations and governance pack contract checks.
|
|
75
75
|
|
|
76
|
+
Install [ssot-mcp](https://pypi.org/project/ssot-mcp/) separately, or through `ssot-registry[mcp]`, when an MCP-capable client should coordinate registry mutations, pull-worker campaigns, leases, and worker events through MCP tools.
|
|
77
|
+
|
|
76
78
|
The CLI tracks the current core release train through compatible `<0.3.0` ranges and uses the current `ssot-pack-contracts` floor. That keeps pack-aware CLI behavior compatible with the latest contract package without forcing unrelated surface packages into core lockstep.
|
|
77
79
|
|
|
78
80
|
## Executable names
|
|
@@ -1096,6 +1098,6 @@ ssot release certify . --release-id rel:0.1.0 --write-report
|
|
|
1096
1098
|
|
|
1097
1099
|
- Package type: CLI distribution
|
|
1098
1100
|
- Depends on: [ssot-core](https://pypi.org/project/ssot-core/), [ssot-conformance](https://pypi.org/project/ssot-conformance/), [ssot-contracts](https://pypi.org/project/ssot-contracts/), [ssot-pack-contracts](https://pypi.org/project/ssot-pack-contracts/)
|
|
1099
|
-
- Related packages: [ssot-registry](https://pypi.org/project/ssot-registry/), [ssot-tui](https://pypi.org/project/ssot-tui/), [ssot-views](https://pypi.org/project/ssot-views/), [ssot-codegen](https://pypi.org/project/ssot-codegen/)
|
|
1101
|
+
- Related packages: [ssot-registry](https://pypi.org/project/ssot-registry/), [ssot-mcp](https://pypi.org/project/ssot-mcp/), [ssot-tui](https://pypi.org/project/ssot-tui/), [ssot-views](https://pypi.org/project/ssot-views/), [ssot-codegen](https://pypi.org/project/ssot-codegen/)
|
|
1100
1102
|
|
|
1101
1103
|
If you need the command-line interface, this is the package to install.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|