ORGM CLI for managing projects and tasks
Project description
ORGM-CLI
Desarrollo de herramientas empresariales para personal avanzado de programacion, intelrigencia artificial, automatizacion de tareas. Las apis usadas son privadas, se deben desarrollar las propias y adaptar el codigo a la misma.
windows
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
uv tool install "git+https://github.com/osmargm1202/cli.git"
linux
curl -LsSf https://astral.sh/uv/install.sh | sh
uv tool install "git+https://github.com/osmargm1202/cli.git"
linux
wget -qO- https://astral.sh/uv/install.sh | sh
uv tool install "git+https://github.com/osmargm1202/cli.git"
[bold green] ORGM CLI: Herramienta integral de gestión y utilidades [/bold green]
Administra clientes, proyectos, cotizaciones, Docker, variables de entorno y firma de documentos PDF. Automatiza tu flujo de trabajo desde la terminal.
Subcomandos principales: [blue]client[/blue] Gestión de clientes. [blue]project[/blue] Gestión de proyectos. [blue]quotation[/blue] Gestión de cotizaciones. [blue]docker[/blue] Gestión de imágenes Docker. [blue]env[/blue] Variables de entorno (.env). [blue]pdf[/blue] Operaciones con PDF (firmas). [blue]ai[/blue] Consulta al servicio de IA. [blue]check[/blue] Verifica URLs definidas en .env. [blue]update[/blue] Actualiza ORGM CLI. [blue]install[/blue] Instala ORGM CLI. [blue]find-company[/blue] Busca información de empresa por RNC. [blue]currency-rate[/blue] Obtiene tasa de cambio.
Para ayuda detallada: [blue]orgm --help[/blue] o [blue]orgm [red]comando[/red] --help[/blue]
[bold yellow]COMANDOS DE GESTIÓN DE CLIENTES[/bold yellow] [blue]orgm client[/blue] Menú interactivo de clientes. [blue]orgm client list[/blue] Lista todos los clientes. [blue]orgm client show [red]ID[/red] [--json][/blue] Muestra detalles de un cliente (opcionalmente en JSON). [blue]orgm client find [red]TÉRMINO[/red][/blue] Busca clientes. [blue]orgm client create --nombre [red]N[/red] --numero [red]N[/red] ...[/blue] Crea un nuevo cliente (ver --help para opciones). [blue]orgm client edit [red]ID[/red] --nombre [red]N[/red] ...[/blue] Modifica un cliente (ver --help para opciones). [blue]orgm client delete [red]ID[/red] [--confirmar][/blue] Elimina un cliente. [blue]orgm client export [red]ID[/red] [--clipboard][/blue] Exporta cliente a JSON (opcionalmente al portapapeles).
[bold yellow]COMANDOS DE GESTIÓN DE PROYECTOS[/bold yellow] [blue]orgm project[/blue] Menú interactivo de proyectos. [blue]orgm project list[/blue] Lista todos los proyectos. [blue]orgm project show [red]ID[/red][/blue] Muestra detalles de un proyecto. [blue]orgm project find [red]TÉRMINO[/red][/blue] Busca proyectos. [blue]orgm project create[/blue] Crea un nuevo proyecto (interactivo). [blue]orgm project edit [red]ID[/red][/blue] Modifica un proyecto (interactivo). [blue]orgm project delete [red]ID[/red][/blue] Elimina un proyecto.
[bold yellow]COMANDOS DE PDF[/bold yellow] [blue]orgm pdf sign-file [red]ARCHIVO_PDF[/red] ...[/blue] Firma un PDF indicando ruta y coordenadas (ver --help). [blue]orgm pdf sign[/blue] Selector de archivos para firmar PDF (interactivo).
[bold yellow]COMANDOS DE COTIZACIONES[/bold yellow] [blue]orgm quotation[/blue] Menú interactivo de cotizaciones. [blue]orgm quotation list[/blue] Lista todas las cotizaciones. [blue]orgm quotation show [red]ID[/red][/blue] Muestra detalles de una cotización. [blue]orgm quotation find [red]TÉRMINO[/red][/blue] Busca cotizaciones (por cliente/proyecto). [blue]orgm quotation create[/blue] Crea una nueva cotización (interactivo). [blue]orgm quotation edit [red]ID[/red][/blue] Modifica una cotización (interactivo). [blue]orgm quotation delete [red]ID[/red][/blue] Elimina una cotización.
[bold yellow]COMANDOS DE IA[/bold yellow] [blue]orgm ai prompt "PROMPT" [--config CONFIG][/blue] Genera texto con IA usando un prompt. [blue]orgm ai configs[/blue] Lista las configuraciones de IA disponibles. [blue]orgm ai upload [red]RUTA_ARCHIVO[/red][/blue] Sube un archivo de configuración de IA. [blue]orgm ai create[/blue] Crea una nueva configuración de IA (interactivo). [blue]orgm ai edit [red]NOMBRE_CONFIG[/red][/blue] Edita una configuración de IA existente (interactivo).
[bold yellow]COMANDOS DE DOCKER[/bold yellow] [blue]orgm docker[/blue] Menú interactivo de Docker. [blue]orgm docker build[/blue] Construye imagen Docker. [blue]orgm docker build-nocache[/blue] Construye imagen sin caché. [blue]orgm docker save[/blue] Guarda imagen en archivo tar. [blue]orgm docker push[/blue] Envía imagen al registry. [blue]orgm docker tag[/blue] Etiqueta imagen como latest. [blue]orgm docker create-prod-context[/blue] Crea contexto prod. [blue]orgm docker deploy[/blue] Despliega en contexto prod. [blue]orgm docker remove-prod-context[/blue] Elimina contexto prod. [blue]orgm docker login[/blue] Inicia sesión en Docker Hub.
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 orgm-0.123.tar.gz.
File metadata
- Download URL: orgm-0.123.tar.gz
- Upload date:
- Size: 254.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a126a606a3e12a9d2e2e52169d5ed31df645773dd24e7e60c2a56da1909f7e2
|
|
| MD5 |
7c04e1af043661eabfc9dab1b6bd1cb7
|
|
| BLAKE2b-256 |
99cca9dc1e22fc0e76d75ad79381e3e71e240390ee6f6a7964abf6b3d2b06485
|
File details
Details for the file orgm-0.123-py3-none-any.whl.
File metadata
- Download URL: orgm-0.123-py3-none-any.whl
- Upload date:
- Size: 93.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd774502e4eb23cd3c6afa4abc2a040f0ba11d973757befde21ea742984ef74c
|
|
| MD5 |
4fff30c2387146a67ab9e09b1dfc2edc
|
|
| BLAKE2b-256 |
1d773917eb1b6e746a5cb8d3b8c81cb8787339b1a6b1827c39fe6ac7a06fa6b2
|