Herramienta de deployment automatizado para proyectos .NET
Project description
Instalador desde PyPI de el archivo Python_Deployer_V4.py Modo de uso: comando para instalar : pip install python-developer-v4-cli==4.0.2 comando para ejecutar archivo: python-deployer comando de ayuda : python-deployer --help
demas comandos: Ejemplos de uso:
Usando archivo(s) JSON
python-deployer config.json python-deployer config1.json config2.json --log deployment.log
Crear archivo de configuración de ejemplo
python-deployer --create-sample
Usando argumentos directos (deploy local)
python-deployer repo=https://github.com/cake-build/example.git \ sln=src/Example.sln \ tipo=local \ ruta=./deploy/cake-example
Usando argumentos directos (deploy remoto)
python-deployer repo=https://github.com/cake-build/example.git \ sln=src/Example.sln \ tipo=remoto \ ruta_destino=/var/www/remote_deploy \ # Ejemplo de ruta Linux puerto=22 \ host=192.168.0.92 \ usuario=ubuntu
Usando argumentos directos (deploy github)
python-deployer repo=https://github.com/cake-build/example.git \ sln=src/Example.sln \ tipo=github \ repo_dest=https://github.com/org/Deploys.git branch_dest=main token=ghp_xxxxxx
Notas:
- Los argumentos pueden ir en cualquier orden.
- 'branch' y 'tipo' son opcionales: * Si no se especifica branch → intenta con 'master' y luego 'main'. * Si no se especifica tipo → se asume 'local'.
- Para despliegue remoto, 'ruta_destino' debe ser una ruta absoluta en el servidor remoto. """
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file python-developer-v4-cli-4.0.2.tar.gz.
File metadata
- Download URL: python-developer-v4-cli-4.0.2.tar.gz
- Upload date:
- Size: 14.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68a1c9ccb9bf6c79d2432611b6ca3ca157ca40e030cf754657409c0527274fc4
|
|
| MD5 |
4dd8c3bfd5cbcfcb6e0056ee9009fc9c
|
|
| BLAKE2b-256 |
91a1de5d40c5eb435720a79dd9c06b8bf52f6c68dfc10bda0197541f70434668
|
File details
Details for the file python_developer_v4_cli-4.0.2-py3-none-any.whl.
File metadata
- Download URL: python_developer_v4_cli-4.0.2-py3-none-any.whl
- Upload date:
- Size: 14.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94b4149a11f7d37e86208d1f4db26b82ddba498b0d98a7813bc2b45c2fa58617
|
|
| MD5 |
db8d73bd945f6aabb7588c4a6a99a92c
|
|
| BLAKE2b-256 |
12d3afea41b381f20d9e65b6c3d15863458f44eefed1af97b4c923dd9b626906
|