cloudwright-ai-cli 1.0.0__tar.gz → 1.2.1__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.
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/PKG-INFO +1 -1
- cloudwright_ai_cli-1.2.1/cloudwright_cli/__init__.py +1 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/commands/design.py +7 -2
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/main.py +3 -0
- cloudwright_ai_cli-1.0.0/cloudwright_cli/__init__.py +0 -1
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/.gitignore +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/README.md +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/__main__.py +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/commands/__init__.py +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/commands/adr.py +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/commands/analyze_cmd.py +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/commands/catalog_cmd.py +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/commands/chat.py +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/commands/chat_session.py +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/commands/chat_streaming.py +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/commands/chat_ui.py +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/commands/compare.py +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/commands/cost.py +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/commands/databricks_cmd.py +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/commands/diff.py +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/commands/drift_cmd.py +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/commands/export.py +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/commands/import_cmd.py +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/commands/init_cmd.py +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/commands/lint_cmd.py +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/commands/mcp_cmd.py +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/commands/modify_cmd.py +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/commands/policy.py +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/commands/refresh_cmd.py +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/commands/schema_cmd.py +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/commands/score_cmd.py +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/commands/security_cmd.py +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/commands/validate.py +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/completions.py +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/decorators.py +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/output.py +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/project.py +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/py.typed +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/utils.py +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/pyproject.toml +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/tests/__init__.py +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/tests/test_chat_commands.py +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/tests/test_chat_debug.py +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/tests/test_chat_persistence.py +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/tests/test_chat_streaming.py +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/tests/test_cli.py +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/tests/test_drift_cmd.py +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/tests/test_init.py +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/tests/test_modify_cmd.py +0 -0
- {cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/tests/test_project.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cloudwright-ai-cli
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.2.1
|
|
4
4
|
Summary: CLI for Cloudwright architecture intelligence
|
|
5
5
|
Project-URL: Homepage, https://github.com/xmpuspus/cloudwright
|
|
6
6
|
Project-URL: Repository, https://github.com/xmpuspus/cloudwright
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "1.2.1"
|
|
@@ -13,6 +13,8 @@ from rich.panel import Panel
|
|
|
13
13
|
from rich.syntax import Syntax
|
|
14
14
|
from rich.table import Table
|
|
15
15
|
|
|
16
|
+
from cloudwright_cli.completions import complete_compliance as _complete_compliance
|
|
17
|
+
from cloudwright_cli.completions import complete_provider as _complete_provider
|
|
16
18
|
from cloudwright_cli.output import emit_dry_run, emit_error, emit_success, is_json_mode
|
|
17
19
|
|
|
18
20
|
console = Console()
|
|
@@ -21,11 +23,14 @@ console = Console()
|
|
|
21
23
|
def design(
|
|
22
24
|
ctx: typer.Context,
|
|
23
25
|
description: Annotated[str, typer.Argument(help="Natural language architecture description")],
|
|
24
|
-
provider: Annotated[str, typer.Option(help="Cloud provider")] = "aws",
|
|
26
|
+
provider: Annotated[str, typer.Option(help="Cloud provider", autocompletion=_complete_provider)] = "aws",
|
|
25
27
|
region: Annotated[str, typer.Option(help="Primary region")] = "us-east-1",
|
|
26
28
|
budget: Annotated[float | None, typer.Option(help="Monthly budget in USD")] = None,
|
|
27
29
|
compliance: Annotated[
|
|
28
|
-
list[str] | None,
|
|
30
|
+
list[str] | None,
|
|
31
|
+
typer.Option(
|
|
32
|
+
help="Compliance frameworks (hipaa, pci-dss, soc2, fedramp, gdpr)", autocompletion=_complete_compliance
|
|
33
|
+
),
|
|
29
34
|
] = None,
|
|
30
35
|
output: Annotated[Path | None, typer.Option("--output", "-o", help="Write YAML to file")] = None,
|
|
31
36
|
yaml_output: Annotated[bool, typer.Option("--yaml")] = False,
|
|
@@ -49,6 +49,9 @@ def main(
|
|
|
49
49
|
dry_run: bool = typer.Option(False, "--dry-run", help="Preview LLM operations without calling the API"),
|
|
50
50
|
stream: bool = typer.Option(False, "--stream", help="NDJSON streaming output (one JSON line per item)"),
|
|
51
51
|
) -> None:
|
|
52
|
+
from cloudwright.logging import configure_logging
|
|
53
|
+
|
|
54
|
+
configure_logging()
|
|
52
55
|
ctx.ensure_object(dict)
|
|
53
56
|
ctx.obj["verbose"] = verbose
|
|
54
57
|
ctx.obj["json"] = json_output
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "1.0.0"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/commands/analyze_cmd.py
RENAMED
|
File without changes
|
{cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/commands/catalog_cmd.py
RENAMED
|
File without changes
|
|
File without changes
|
{cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/commands/chat_session.py
RENAMED
|
File without changes
|
{cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/commands/chat_streaming.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/commands/databricks_cmd.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/commands/import_cmd.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/commands/modify_cmd.py
RENAMED
|
File without changes
|
|
File without changes
|
{cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/commands/refresh_cmd.py
RENAMED
|
File without changes
|
{cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/commands/schema_cmd.py
RENAMED
|
File without changes
|
|
File without changes
|
{cloudwright_ai_cli-1.0.0 → cloudwright_ai_cli-1.2.1}/cloudwright_cli/commands/security_cmd.py
RENAMED
|
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
|