menda-cli 0.2.1__tar.gz → 0.2.2__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.
- {menda_cli-0.2.1 → menda_cli-0.2.2}/CHANGELOG.md +6 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/PKG-INFO +1 -1
- {menda_cli-0.2.1 → menda_cli-0.2.2}/pyproject.toml +1 -1
- {menda_cli-0.2.1 → menda_cli-0.2.2}/src/menda/cli/console.py +7 -1
- {menda_cli-0.2.1 → menda_cli-0.2.2}/uv.lock +1 -1
- {menda_cli-0.2.1 → menda_cli-0.2.2}/.cruft.json +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/.github/workflows/ci.yml +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/.github/workflows/lint-pr.yml +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/.github/workflows/prepare-release.yml +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/.github/workflows/release.yml +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/.gitignore +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/README.md +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/cliff.toml +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/src/menda/__init__.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/src/menda/auth/__init__.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/src/menda/auth/api.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/src/menda/auth/env.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/src/menda/auth/exceptions.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/src/menda/auth/http.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/src/menda/auth/inquirer.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/src/menda/auth/mendacfg.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/src/menda/auth/models.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/src/menda/auth/oauth2/__init__.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/src/menda/auth/oauth2/client.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/src/menda/auth/oauth2/token.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/src/menda/auth/pkce.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/src/menda/auth/task.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/src/menda/cli/__init__.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/src/menda/cli/auth/__init__.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/src/menda/cli/auth/commands.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/src/menda/cli/cookiecutters/databricks-default/cookiecutter.json +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/src/menda/cli/cookiecutters/databricks-default/{{cookiecutter.project_name}}/.gitignore +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/src/menda/cli/cookiecutters/databricks-default/{{cookiecutter.project_name}}/README.md +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/src/menda/cli/cookiecutters/databricks-default/{{cookiecutter.project_name}}/menda.yaml +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/src/menda/cli/cookiecutters/databricks-default/{{cookiecutter.project_name}}/pyproject.toml +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/src/menda/cli/cookiecutters/databricks-default/{{cookiecutter.project_name}}/src/{{cookiecutter.project_slug}}/__init__.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/src/menda/cli/cookiecutters/databricks-default/{{cookiecutter.project_name}}/src/{{cookiecutter.project_slug}}/dp/.gitkeep +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/src/menda/cli/cookiecutters/databricks-default/{{cookiecutter.project_name}}/src/{{cookiecutter.project_slug}}/orchestration/.gitkeep +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/src/menda/cli/discovery.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/src/menda/cli/exceptions.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/src/menda/cli/init/__init__.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/src/menda/cli/init/commands.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/src/menda/cli/init/prompts.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/src/menda/cli/init/templates.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/src/menda/cli/main.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/src/menda/cli/params.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/src/menda/logging.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/tests/auth/__init__.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/tests/auth/test_env.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/tests/auth/test_exceptions.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/tests/auth/test_mendacfg.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/tests/auth/test_models.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/tests/auth/test_pkce.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/tests/auth/test_task.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/tests/auth/test_token.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/tests/cli/.gitkeep +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/tests/cli/auth/test_configure.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/tests/cli/auth/test_login.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/tests/cli/auth/test_whoami.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/tests/cli/init/__init__.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/tests/cli/init/test_commands.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/tests/cli/init/test_templates.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/tests/cli/test_console.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/tests/cli/test_discovery.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/tests/cli/test_exceptions.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/tests/cli/test_ipython.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/tests/cli/test_main.py +0 -0
- {menda_cli-0.2.1 → menda_cli-0.2.2}/tests/cli/test_params.py +0 -0
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [0.2.2] - 2026-04-06
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
- Add out method do rich (#14) ([281eabf](https://github.com/mendaml/menda-cli/commit/281eabfbb720bcee92dcdef7fa2d089fc3945d8e))
|
|
10
|
+
|
|
5
11
|
## [0.2.0rc5] - 2026-03-30
|
|
6
12
|
|
|
7
13
|
### Bug Fixes
|
|
@@ -24,7 +24,7 @@ class Console:
|
|
|
24
24
|
Diagnostic/internal output should use structlog instead.
|
|
25
25
|
|
|
26
26
|
Styled messages (success, error, warning, info) write to stderr.
|
|
27
|
-
Data output (table
|
|
27
|
+
Data output (``out``, ``table``, ``json``) writes to stdout.
|
|
28
28
|
"""
|
|
29
29
|
|
|
30
30
|
def __init__(
|
|
@@ -82,6 +82,12 @@ class Console:
|
|
|
82
82
|
return
|
|
83
83
|
self._stderr_rich().print(message)
|
|
84
84
|
|
|
85
|
+
def out(self, message: str) -> None:
|
|
86
|
+
"""Plain text to stdout (Rich). Use with ``table`` / ``json`` for cohesive data output."""
|
|
87
|
+
if self._quiet or self._output == OutputMode.JSON:
|
|
88
|
+
return
|
|
89
|
+
self._stdout_rich().print(message)
|
|
90
|
+
|
|
85
91
|
def table(self, headers: list[str], rows: list[list[str]]) -> None:
|
|
86
92
|
"""Display tabular data. Text mode: rich table (stdout). JSON mode: JSON array (stdout)."""
|
|
87
93
|
if self._quiet:
|
|
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
|
{menda_cli-0.2.1 → menda_cli-0.2.2}/src/menda/cli/cookiecutters/databricks-default/cookiecutter.json
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
|
|
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
|