{"id":26731593,"url":"https://github.com/thalassa-cloud/cli","last_synced_at":"2026-01-23T18:18:54.588Z","repository":{"id":284828487,"uuid":"948611584","full_name":"thalassa-cloud/cli","owner":"thalassa-cloud","description":"A command-line interface for the Thalassa Cloud Platform","archived":false,"fork":false,"pushed_at":"2026-01-21T12:05:25.000Z","size":396,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-21T22:58:51.689Z","etag":null,"topics":["cli","cloud","command-line","golang","homebrew","kubernetes","tcloud","thalassa-cloud"],"latest_commit_sha":null,"homepage":"https://docs.thalassa.cloud","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thalassa-cloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2025-03-14T16:33:06.000Z","updated_at":"2026-01-21T12:05:29.000Z","dependencies_parsed_at":"2025-04-29T12:42:55.485Z","dependency_job_id":"e885dc4c-de6d-4a66-9011-0d1696fe6113","html_url":"https://github.com/thalassa-cloud/cli","commit_stats":null,"previous_names":["thalassa-cloud/cli"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/thalassa-cloud/cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thalassa-cloud%2Fcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thalassa-cloud%2Fcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thalassa-cloud%2Fcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thalassa-cloud%2Fcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thalassa-cloud","download_url":"https://codeload.github.com/thalassa-cloud/cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thalassa-cloud%2Fcli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28697428,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T17:25:48.045Z","status":"ssl_error","status_checked_at":"2026-01-23T17:25:47.153Z","response_time":59,"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","cloud","command-line","golang","homebrew","kubernetes","tcloud","thalassa-cloud"],"created_at":"2025-03-28T00:25:46.688Z","updated_at":"2026-01-23T18:18:54.583Z","avatar_url":"https://github.com/thalassa-cloud.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Thalassa Cloud CLI (tcloud)\n\nA command-line interface for managing your Thalassa Cloud Installation.\n\n\u003e This project is still in beta. Commands and UX may change while the project is in initial development.\n\n## Installation\n\n### macOS (using Homebrew)\n\n```bash\nbrew install thalassa-cloud/tap/tcloud\n```\n\n### Manual Installation\n\nDownload the latest release for your platform from the [GitHub releases page](https://github.com/thalassa-cloud/cli/releases).\n\n## Quick Start\n\nAuthenticate with Thalassa Cloud:\n```bash\ntcloud context create --api=https://api.thalassa.cloud --token=\u003cPAT\u003e\n```\n\n## Configuration file\n\n### With personal access token\n\n```yaml\nconfigVersion: v1\ncontexts:\n    - name: default\n      context:\n        api: api.thalassa.cloud\n        user: default\n        organisation: \u003cORG_SLUG_OR_IDENTITY\u003e\ncurrent-context: default\nservers:\n    - name: api.thalassa.cloud\n      api:\n        server: https://api.thalassa.cloud\nusers:\n    - name: default\n      user:\n        token: \u003cPAT\u003e\n```\n\n## Development\n\n### Prerequisites\n\n- Go 1.24 or later\n- Make\n\n### Building from Source\n\n```bash\n# Clone the repository\ngit clone https://github.com/thalassa-cloud/cli.git\ncd cli\n\n# Build the binary\nmake build\n\n# Run tests\nmake test\n```\n\n### Run E2E tests\n\n\u003e Note: Running E2E tests creates real resources and you may be charged for these!\n\n```bash\n# Build the binary first\nmake build\n\n# Set environment variables\nexport TCLOUD_E2E_API_ENDPOINT=\"https://api.thalassa.cloud\"\nexport TCLOUD_E2E_PERSONAL_ACCESS_TOKEN=\"your-token\"\nexport TCLOUD_E2E_ORGANISATION=\"org-id\"\n\n# Run tests\nmake test-e2e\n# or\ngo test ./e2e/... -v\n```\n\n## Contributing\n\nWe welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for details.\n\n## License\n\nThis project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthalassa-cloud%2Fcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthalassa-cloud%2Fcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthalassa-cloud%2Fcli/lists"}