{"id":37664264,"url":"https://github.com/pragmatiks/pragma-cli","last_synced_at":"2026-04-25T13:04:26.667Z","repository":{"id":332329783,"uuid":"1133127769","full_name":"pragmatiks/pragma-cli","owner":"pragmatiks","description":"Command-line interface for pragma-os. Declarative resource management with YAML manifests.","archived":false,"fork":false,"pushed_at":"2026-03-25T17:33:51.000Z","size":526,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-26T18:45:17.911Z","etag":null,"topics":["cli","command-line","developer-tools","devex","gitops","infrastructure-as-code","platform-engineering","python","resource-management","yaml"],"latest_commit_sha":null,"homepage":"https://docs.pragmatiks.io/cli/overview","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pragmatiks.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-12T23:23:03.000Z","updated_at":"2026-03-25T17:33:54.000Z","dependencies_parsed_at":"2026-03-07T00:01:24.926Z","dependency_job_id":null,"html_url":"https://github.com/pragmatiks/pragma-cli","commit_stats":null,"previous_names":["pragmatiks/cli","pragmatiks/pragma-cli"],"tags_count":65,"template":false,"template_full_name":null,"purl":"pkg:github/pragmatiks/pragma-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pragmatiks%2Fpragma-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pragmatiks%2Fpragma-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pragmatiks%2Fpragma-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pragmatiks%2Fpragma-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pragmatiks","download_url":"https://codeload.github.com/pragmatiks/pragma-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pragmatiks%2Fpragma-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290537,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","command-line","developer-tools","devex","gitops","infrastructure-as-code","platform-engineering","python","resource-management","yaml"],"created_at":"2026-01-16T11:56:34.453Z","updated_at":"2026-04-01T17:39:42.580Z","avatar_url":"https://github.com/pragmatiks.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/wordmark.png\" alt=\"Pragma-OS\" width=\"800\"\u003e\n\u003c/p\u003e\n\n# Pragma CLI\n\n[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/pragmatiks/pragma-cli)\n[![PyPI version](https://img.shields.io/pypi/v/pragmatiks-cli.svg)](https://pypi.org/project/pragmatiks-cli/)\n[![Python 3.13+](https://img.shields.io/badge/python-3.13+-blue.svg)](https://www.python.org/downloads/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n**[Documentation](https://docs.pragmatiks.io/cli/overview)** | **[SDK](https://github.com/pragmatiks/pragma-sdk)** | **[Providers](https://github.com/pragmatiks/pragma-providers)**\n\nCommand-line interface for managing pragma-os resources.\n\n## Installation\n\n```bash\npip install pragmatiks-cli\n```\n\nEnable shell completion:\n\n```bash\npragma --install-completion\n```\n\n## Quick Start\n\n```bash\n# Authenticate\npragma auth login\n\n# Apply a resource from YAML\npragma resources apply bucket.yaml\n\n# Check status\npragma resources get gcp/storage my-bucket\n```\n\n## Commands\n\n### Resources\n\n| Command | Description |\n|---------|-------------|\n| `pragma resources list` | List resources with optional filters |\n| `pragma resources types` | List available resource types |\n| `pragma resources get \u003ctype\u003e [name]` | Get resource(s) by type |\n| `pragma resources describe \u003ctype\u003e \u003cname\u003e` | Show detailed resource info |\n| `pragma resources apply \u003cfile\u003e` | Apply resources from YAML |\n| `pragma resources delete \u003ctype\u003e \u003cname\u003e` | Delete a resource |\n| `pragma resources tags list/add/remove` | Manage resource tags |\n\n### Providers\n\n| Command | Description |\n|---------|-------------|\n| `pragma providers list` | List deployed providers |\n| `pragma providers init \u003cname\u003e` | Initialize a new provider project |\n| `pragma providers update` | Update project from template |\n| `pragma providers push [--deploy]` | Build and push (optionally deploy) |\n| `pragma providers deploy \u003cid\u003e [version]` | Deploy a specific version |\n| `pragma providers status \u003cid\u003e` | Check deployment status |\n| `pragma providers builds \u003cid\u003e` | List build history |\n| `pragma providers delete \u003cid\u003e [--cascade]` | Delete a provider |\n\n### Configuration\n\n| Command | Description |\n|---------|-------------|\n| `pragma config current-context` | Show current context |\n| `pragma config get-contexts` | List available contexts |\n| `pragma config use-context \u003cname\u003e` | Switch context |\n| `pragma config set-context \u003cname\u003e --api-url \u003curl\u003e` | Create/update context |\n| `pragma config delete-context \u003cname\u003e` | Delete context |\n\n### Authentication\n\n| Command | Description |\n|---------|-------------|\n| `pragma auth login` | Authenticate (opens browser) |\n| `pragma auth whoami` | Show current user |\n| `pragma auth logout` | Clear credentials |\n\n### Operations\n\n| Command | Description |\n|---------|-------------|\n| `pragma ops dead-letter list` | List failed events |\n| `pragma ops dead-letter show \u003cid\u003e` | Show event details |\n| `pragma ops dead-letter retry \u003cid\u003e [--all]` | Retry failed event(s) |\n| `pragma ops dead-letter delete \u003cid\u003e [--all]` | Delete failed event(s) |\n\n## Environment Variables\n\n| Variable | Description |\n|----------|-------------|\n| `PRAGMA_CONTEXT` | Override current context |\n| `PRAGMA_AUTH_TOKEN` | Authentication token |\n| `PRAGMA_AUTH_TOKEN_\u003cCONTEXT\u003e` | Context-specific token |\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpragmatiks%2Fpragma-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpragmatiks%2Fpragma-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpragmatiks%2Fpragma-cli/lists"}