splent-cli 1.2.8__tar.gz → 1.2.9__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.
- {splent_cli-1.2.8/src/splent_cli.egg-info → splent_cli-1.2.9}/PKG-INFO +1 -1
- {splent_cli-1.2.8 → splent_cli-1.2.9}/pyproject.toml +1 -1
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/utils/path_utils.py +12 -1
- {splent_cli-1.2.8 → splent_cli-1.2.9/src/splent_cli.egg-info}/PKG-INFO +1 -1
- {splent_cli-1.2.8 → splent_cli-1.2.9}/LICENSE +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/README.md +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/setup.cfg +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/__init__.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/__main__.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/cli.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/__init__.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/cache/__init__.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/cache/cache_clear.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/cache/cache_orphans.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/cache/cache_outdated.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/cache/cache_prune.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/cache/cache_size.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/cache/cache_status.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/cache/cache_usage.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/cache/cache_versions.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/check/__init__.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/check/check_deps.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/check/check_docker.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/check/check_env.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/check/check_features.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/check/check_github.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/check/check_pypi.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/check/check_pyproject.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/clear_cache.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/clear_log.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/clear_uploads.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/command_create.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/coverage.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/database/db_console.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/database/db_dump.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/database/db_migrate.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/database/db_reset.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/database/db_restore.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/database/db_rollback.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/database/db_seed.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/database/db_status.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/database/db_upgrade.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/doctor.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/env/env_list.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/env/env_set.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/env/env_show.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/export_puml.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/feature/feature_add.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/feature/feature_attach.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/feature/feature_clone.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/feature/feature_contract.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/feature/feature_create.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/feature/feature_delete.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/feature/feature_detach.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/feature/feature_diff.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/feature/feature_discard.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/feature/feature_drift.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/feature/feature_edit.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/feature/feature_env.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/feature/feature_fork.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/feature/feature_git.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/feature/feature_hook_add.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/feature/feature_hook_remove.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/feature/feature_hooks.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/feature/feature_list.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/feature/feature_order.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/feature/feature_pip_install.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/feature/feature_pull.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/feature/feature_release.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/feature/feature_remove.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/feature/feature_rename.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/feature/feature_search.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/feature/feature_status.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/feature/feature_sync_template.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/feature/feature_test.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/feature/feature_upgrade.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/feature/feature_versions.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/feature_compile.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/linter.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/locust.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/product/__init__.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/product/product_build.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/product/product_clean.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/product/product_create.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/product/product_deploy.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/product/product_derive.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/product/product_down.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/product/product_drift.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/product/product_env.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/product/product_list.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/product/product_logs.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/product/product_port.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/product/product_release.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/product/product_run.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/product/product_select.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/product/product_shell.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/product/product_status.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/product/product_sync.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/product/product_sync_template.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/product/product_up.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/release/__init__.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/release/release_core.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/route_list.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/selenium.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/tokens.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/uvl/uvl_check.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/uvl/uvl_configs.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/uvl/uvl_deps.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/uvl/uvl_features.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/uvl/uvl_fetch.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/uvl/uvl_fix.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/uvl/uvl_info.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/uvl/uvl_missing.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/uvl/uvl_sync.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/uvl/uvl_utils.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/uvl/uvl_valid.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/version.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/services/__init__.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/services/compose.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/services/context.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/services/release.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/utils/__init__.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/utils/cache_utils.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/utils/command_loader.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/utils/db_utils.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/utils/decorators.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/utils/dynamic_imports.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/utils/feature_installer.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/utils/feature_utils.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/utils/lifecycle.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/utils/manifest.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/utils/template_drift.py +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli.egg-info/SOURCES.txt +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli.egg-info/dependency_links.txt +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli.egg-info/entry_points.txt +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli.egg-info/requires.txt +0 -0
- {splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: splent_cli
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.9
|
|
4
4
|
Summary: SPLENT-CLI is a CLI to be able to work on your development more easily.
|
|
5
5
|
Author-email: DiversoLab <diversolab@us.es>
|
|
6
6
|
Project-URL: Homepage, https://github.com/diverso-lab/splent_cli
|
|
@@ -12,8 +12,19 @@ class PathUtils(_BasePathUtils):
|
|
|
12
12
|
|
|
13
13
|
@staticmethod
|
|
14
14
|
def get_splent_cli_dir():
|
|
15
|
+
"""Return the splent_cli package directory.
|
|
16
|
+
|
|
17
|
+
In development (editable install), this is WORKING_DIR/splent_cli/src/splent_cli.
|
|
18
|
+
In production (pip install from PyPI), this is wherever the package lives
|
|
19
|
+
in site-packages. We detect which case applies by checking if the
|
|
20
|
+
workspace path exists; if not, we fall back to the installed package location.
|
|
21
|
+
"""
|
|
15
22
|
working_dir = _BasePathUtils.get_working_dir()
|
|
16
|
-
|
|
23
|
+
dev_path = os.path.join(working_dir, "splent_cli", "src", "splent_cli")
|
|
24
|
+
if os.path.isdir(dev_path):
|
|
25
|
+
return dev_path
|
|
26
|
+
# Fallback: resolve from the installed package itself
|
|
27
|
+
return os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
|
17
28
|
|
|
18
29
|
@staticmethod
|
|
19
30
|
def get_splent_cli_templates_dir():
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: splent_cli
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.9
|
|
4
4
|
Summary: SPLENT-CLI is a CLI to be able to work on your development more easily.
|
|
5
5
|
Author-email: DiversoLab <diversolab@us.es>
|
|
6
6
|
Project-URL: Homepage, https://github.com/diverso-lab/splent_cli
|
|
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
|
|
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
|
{splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/feature/feature_hook_remove.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/feature/feature_pip_install.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/feature/feature_sync_template.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{splent_cli-1.2.8 → splent_cli-1.2.9}/src/splent_cli/commands/product/product_sync_template.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
|
|
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
|