{"id":36522981,"url":"https://github.com/chronosphereio/calyptia-cli","last_synced_at":"2026-06-16T01:01:59.106Z","repository":{"id":37417865,"uuid":"421573413","full_name":"chronosphereio/calyptia-cli","owner":"chronosphereio","description":"Calyptia Cloud CLI","archived":false,"fork":false,"pushed_at":"2026-02-10T17:43:54.000Z","size":6745,"stargazers_count":9,"open_issues_count":0,"forks_count":4,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-02-10T21:27:31.873Z","etag":null,"topics":["cli","cloud"],"latest_commit_sha":null,"homepage":"https://core.calyptia.com","language":"Shell","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chronosphereio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-10-26T20:24:02.000Z","updated_at":"2025-10-07T15:00:56.000Z","dependencies_parsed_at":"2023-07-13T05:52:03.397Z","dependency_job_id":"98de3c21-29c8-4059-b346-65daa1b5d1ba","html_url":"https://github.com/chronosphereio/calyptia-cli","commit_stats":null,"previous_names":["calyptia/cloud-cli","chronosphereio/calyptia-cli","calyptia/cli"],"tags_count":223,"template":false,"template_full_name":null,"purl":"pkg:github/chronosphereio/calyptia-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chronosphereio%2Fcalyptia-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chronosphereio%2Fcalyptia-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chronosphereio%2Fcalyptia-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chronosphereio%2Fcalyptia-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chronosphereio","download_url":"https://codeload.github.com/chronosphereio/calyptia-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chronosphereio%2Fcalyptia-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34386320,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"],"created_at":"2026-01-12T02:52:52.403Z","updated_at":"2026-06-16T01:01:59.016Z","avatar_url":"https://github.com/chronosphereio.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Calyptia Cloud CLI\n\nThis CLI interacts with the [Calyptia Cloud](https://core.calyptia.com) service\nusing the [API Client](https://github.com/chronosphereio/calyptia-api).\nFurther documentation on how to use the CLI\ncan be found on [Calyptia Docs](https://docs.chronosphere.io/pipelines).\n\n## Install\n\nYou can get the latest release artifacts for the major operating systems\nat the [Releases](https://github.com/chronosphereio/calyptia-cli/releases) page.\n\nAlternatively, you can use `Brew`:\n\n```bash\nbrew tap calyptia/tap\nbrew install calyptia\n```\n\n## Run\n\nThe first command you would want to run is `config set_token` otherwise\nyou will have to always pass `--token` around.\n\nGet a token (API key) from [core.calyptia.com](https://core.calyptia.com).\n\n---\n\n```bash\ncalyptia config set_token TOKEN\n```\n\n---\n\nAlternatively, you can set the CALYPTIA_CLOUD_TOKEN environment variable or\npass the token on each command, as an example:\n\n---\n\n```bash\ncalyptia get members --token TOKEN\n```\n\n---\n\n## Environment variables\n\nA list of the supported environment variables that will override the provided flags.\n\n- CALYPTIA_CLOUD_URL: URL of the cloud API (default: \u003chttps://cloud-api.calyptia.com/\u003e)\n- CALYPTIA_CLOUD_TOKEN: Cloud project token (default: None)\n- CALYPTIA_STORAGE_DIR: Path to store the local configuration (fallback to $HOME/.calyptia)\n\n## Commands\n\n```bash\nCalyptia Cloud CLI\n\nUsage:\n  calyptia [command]\n\nAvailable Commands:\n  completion  Generate the autocompletion script for the specified shell\n  config      Configure Calyptia CLI\n  create      Create core instances, pipelines, etc.\n  delete      Delete core instances, pipelines, etc.\n  get         Display one or many resources\n  help        Help about any command\n  install     Install calyptia components\n  rollout     Rollout resources to previous versions\n  uninstall   Uninstall calyptia components\n  update      Update core instances, pipelines, etc.\n  version     Returns currenty Calyptia CLI version.\n  watch       watch for events or logs\n\nFlags:\n      --cloud-url string   Calyptia Cloud URL (default \"https://cloud-api.calyptia.com\")\n  -h, --help               help for calyptia\n      --token string       Calyptia Cloud Project token (default \"check with the 'calyptia config current_token' command\")\n\nUse \"calyptia [command] --help\" for more information about a command.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchronosphereio%2Fcalyptia-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchronosphereio%2Fcalyptia-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchronosphereio%2Fcalyptia-cli/lists"}