vm-tool 1.0.43__tar.gz → 1.0.44__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.
- {vm_tool-1.0.43 → vm_tool-1.0.44}/PKG-INFO +1 -1
- {vm_tool-1.0.43 → vm_tool-1.0.44}/pyproject.toml +3 -6
- {vm_tool-1.0.43 → vm_tool-1.0.44}/setup.py +1 -1
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/cli.py +6 -1
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool.egg-info/PKG-INFO +1 -1
- {vm_tool-1.0.43 → vm_tool-1.0.44}/.agent/workflows/push.md +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/.agent/workflows/test_and_lint.md +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/.devcontainer/devcontainer.json +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/.github/dependabot.yml +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/.github/workflows/ci.yml +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/.github/workflows/deploy.yml +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/.github/workflows/publish.yml +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/.gitignore +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/.pre-commit-config.yaml +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/CONTRIBUTING +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/CONTRIBUTING.md +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/LICENSE +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/MANIFEST.in +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/Makefile +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/README.md +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/codePushToGithub.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/docs/MODULE_GUIDE.md +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/docs/deployment-approaches.md +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/docs/ec2-github-actions-guide.md +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/docs/features.md +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/docs/generator.md +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/docs/index.md +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/docs/pipeline-generator.md +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/docs/reference/runner.md +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/docs/reference/ssh.md +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/docs/ssh-key-setup.md +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/docs/usage.md +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/examples/README.md +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/examples/__init__.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/examples/cloud/README.md +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/examples/cloud/__init__.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/examples/cloud/ssh_identity_file.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/examples/cloud/ssh_password.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/examples/cloud/template_cloud_setup.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/examples/deploy_full_setup.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/examples/docker-compose.example.yml +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/examples/ec2-setup.sh +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/examples/github-actions-ec2.yml +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/examples/github-actions-full-setup.yml +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/examples/local/.keep +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/examples/local/README.md +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/examples/local/__init__.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/examples/local/template_local_setup.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/examples/production-deploy.sh +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/examples/rollback.sh +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/examples/setup.sh +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/examples/ssh_key_management.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/examples/version_check.sh +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/jingo.code-workspace +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/mkdocs.yml +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/molecule/default/converge.yml +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/molecule/default/molecule.yml +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/molecule/default/verify.yml +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/requirements-docs.txt +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/requirements.txt +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/runtime.txt +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/setup.cfg +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/tests/conftest.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/tests/integration/test_deployment.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/tests/test_config.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/tests/test_generator.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/tests/test_health.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/tests/test_history.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/tests/test_logging.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/tests/test_runner.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/tests/test_ssh.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/tests/test_state.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/__init__.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/alerting.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/audit.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/backup.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/benchmarking.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/cloud.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/completion.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/compliance.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/config.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/drift.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/generator.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/health.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/history.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/kubernetes.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/metrics.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/notifications.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/plugins.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/policy.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/rbac.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/recovery.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/reporting.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/runner.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/secrets.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/ssh.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/state.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/strategies/__init__.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/strategies/ab_testing.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/strategies/blue_green.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/strategies/canary.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/validation.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/vm_setup/cleanup.yml +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/vm_setup/docker/create_docker_service.yml +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/vm_setup/docker/docker_setup.yml +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/vm_setup/docker/install_docker_and_compose.yml +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/vm_setup/docker/login_to_docker_hub.yml +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/vm_setup/github/git_configuration.yml +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/vm_setup/inventory.yml +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/vm_setup/k8s.yml +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/vm_setup/main.yml +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/vm_setup/monitoring.yml +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/vm_setup/project_service.yml +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/vm_setup/push_code.yml +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/vm_setup/push_code_tasks.yml +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/vm_setup/setup.yml +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/vm_setup/setup_project_env.yml +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool/webhooks.py +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool.egg-info/SOURCES.txt +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool.egg-info/dependency_links.txt +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool.egg-info/entry_points.txt +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool.egg-info/requires.txt +0 -0
- {vm_tool-1.0.43 → vm_tool-1.0.44}/vm_tool.egg-info/top_level.txt +0 -0
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "vm_tool"
|
|
7
|
-
version = "1.0.
|
|
7
|
+
version = "1.0.44"
|
|
8
8
|
description = "A Comprehensive Tool for Setting Up Virtual Machines."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
authors = [
|
|
@@ -76,7 +76,7 @@ include = '\.pyi?$'
|
|
|
76
76
|
profile = "black"
|
|
77
77
|
multi_line_output = 3
|
|
78
78
|
[tool.bumpversion]
|
|
79
|
-
current_version = "1.0.
|
|
79
|
+
current_version = "1.0.44"
|
|
80
80
|
commit = true
|
|
81
81
|
tag = true
|
|
82
82
|
|
|
@@ -85,10 +85,7 @@ filename = "setup.py"
|
|
|
85
85
|
search = 'version="{current_version}"'
|
|
86
86
|
replace = 'version="{new_version}"'
|
|
87
87
|
|
|
88
|
-
|
|
89
|
-
filename = "vm_tool/cli.py"
|
|
90
|
-
search = 'version="{current_version}"'
|
|
91
|
-
replace = 'version="{new_version}"'
|
|
88
|
+
|
|
92
89
|
|
|
93
90
|
[[tool.bumpversion.files]]
|
|
94
91
|
filename = "pyproject.toml"
|
|
@@ -12,7 +12,7 @@ else:
|
|
|
12
12
|
|
|
13
13
|
setup(
|
|
14
14
|
name="vm_tool",
|
|
15
|
-
version="1.0.
|
|
15
|
+
version="1.0.44", # This will be updated by bump2version
|
|
16
16
|
packages=find_packages(),
|
|
17
17
|
description="A Comprehensive Tool for Setting Up Virtual Machines.",
|
|
18
18
|
long_description=long_description,
|
|
@@ -1,12 +1,17 @@
|
|
|
1
1
|
import argparse
|
|
2
2
|
import sys
|
|
3
|
+
import importlib.metadata
|
|
3
4
|
|
|
4
5
|
|
|
5
6
|
def main():
|
|
6
7
|
parser = argparse.ArgumentParser(
|
|
7
8
|
description="VM Tool: Setup, Provision, and Manage VMs"
|
|
8
9
|
)
|
|
9
|
-
|
|
10
|
+
try:
|
|
11
|
+
version = importlib.metadata.version("vm_tool")
|
|
12
|
+
except importlib.metadata.PackageNotFoundError:
|
|
13
|
+
version = "unknown"
|
|
14
|
+
parser.add_argument("--version", action="version", version=version)
|
|
10
15
|
parser.add_argument(
|
|
11
16
|
"--verbose", "-v", action="store_true", help="Enable verbose output"
|
|
12
17
|
)
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|