{"id":43857083,"url":"https://github.com/zopdev/zop-cli","last_synced_at":"2026-02-06T09:28:22.240Z","repository":{"id":266834739,"uuid":"898937905","full_name":"zopdev/zop-cli","owner":"zopdev","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-16T08:34:57.000Z","size":73,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-12-16T08:36:10.697Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"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/zopdev.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}},"created_at":"2024-12-05T10:17:30.000Z","updated_at":"2024-12-13T10:07:38.000Z","dependencies_parsed_at":"2024-12-06T12:42:37.981Z","dependency_job_id":null,"html_url":"https://github.com/zopdev/zop-cli","commit_stats":null,"previous_names":["zopdev/zop-cli"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zopdev/zop-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zopdev%2Fzop-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zopdev%2Fzop-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zopdev%2Fzop-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zopdev%2Fzop-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zopdev","download_url":"https://codeload.github.com/zopdev/zop-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zopdev%2Fzop-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29156898,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T07:18:23.844Z","status":"ssl_error","status_checked_at":"2026-02-06T07:13:32.659Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2026-02-06T09:28:19.179Z","updated_at":"2026-02-06T09:28:22.202Z","avatar_url":"https://github.com/zopdev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ZopDev\n\nZop is a comprehensive tool for managing cloud infrastructure. It consists of three main components:\n\n1. **zop-cli**: Command-line interface for developers and admins.\n2. **zop-api**: Backend API service.\n3. **zop-ui**: User interface for managing and monitoring cloud resources.\n\n---\n\n## Installation\n\n### Prerequisites\n\n- Docker installed on user system.\n\n---\n\n### Running Locally\n\n#### zop-api\nRun the following command to pull and start the Docker image for the zop-api:\n\n```bash\n    docker run -d -p 8000:8000 --name zop-api zopdev/zop-api:v0.0.2\n```\n\n#### zop-ui\nRun the following command to pull and start the Docker image for the zop-ui:\n```bash\n    docker run -d -p 3000:3000 -e NEXT_PUBLIC_API_BASE_URL='http://localhost:8000' --name zop-ui zopdev/zop-ui:v0.0.2\n```\n\n\u003e **Note:** The environment variable `NEXT_PUBLIC_API_BASE_URL` is used by zop-ui to connect to the zop-api. Ensure that the value matches the API's running base URL.\n#### zop-cli\n\nRun the following command install zop-cli:\n```bash\n   go install zop.dev/clizop@latest\n```\n\n\u003e **Note:** Set the environment variable `ZOP_API_URL`, used by zop-cli to connect to the zop-api. Ensure that the value matches the API's running base URL.\n\n### zop-api\n\n#### Commands\n\n1. **cloud import**  \n   Imports all the cloud accounts present on the local system to the zop-api.\n\n   ```bash\n    zop cloud import\n    ```\n2. **cloud list**  \n   Lists all the cloud accounts present in the zop-api.\n\n   ```bash\n    zop cloud list\n    ```\n3. **application add -name=\u003capp_name\u003e**\n\n   Adds a new application to the zop-api. This lets users add environment is ascending order of\n   their continuous delivery sequence.\n    \n    ```bash\n     zop application add -name=\u003capp_name\u003e\n     ```\n4. **application list**\n   \n   Lists all the applications present in the zop-api for a selected application.\n\n    ```bash\n     zop application list\n     ```\n5. **environment add**\n\n   Adds a new environment to the zop-api. This lets user add deployment in ascending order of\n   their continuous delivery sequence. Users can add multiple environments to an application.\n\n    ```bash\n     zop environment add\n     ```\n6. **environment list**\n\n   Lists all the environments present in the zop-api for a selected application.\n\n    ```bash\n     zop environment list\n     ```\n   \n7. **deployment add**\n\n   Adds a new deployment to the zop-api. The users are needed to select cloud-account and the application\n   environment where the deployment space is needed to be configured. Then users can select from a list of\n   available options(ex, GKE cluster, AWS EC2 instance, etc.) to deploy their application.\n\n    ```bash\n     zop deployment add\n     ```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzopdev%2Fzop-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzopdev%2Fzop-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzopdev%2Fzop-cli/lists"}