{"id":44944501,"url":"https://github.com/contentstack/launch-cli","last_synced_at":"2026-02-18T09:29:00.684Z","repository":{"id":273006331,"uuid":"906225722","full_name":"contentstack/launch-cli","owner":"contentstack","description":"With Launch CLI, you can interact with the Contentstack Launch platform using the terminal to create, manage and deploy Launch projects.","archived":false,"fork":false,"pushed_at":"2026-02-05T06:25:03.000Z","size":1245,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"main","last_synced_at":"2026-02-05T18:48:43.420Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/contentstack.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":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2024-12-20T12:30:41.000Z","updated_at":"2026-01-30T13:31:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"81e200a6-abb0-4fa0-adfb-03e7922e1d73","html_url":"https://github.com/contentstack/launch-cli","commit_stats":null,"previous_names":["contentstack/launch-cli"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/contentstack/launch-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contentstack%2Flaunch-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contentstack%2Flaunch-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contentstack%2Flaunch-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contentstack%2Flaunch-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/contentstack","download_url":"https://codeload.github.com/contentstack/launch-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contentstack%2Flaunch-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29574408,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T08:38:15.585Z","status":"ssl_error","status_checked_at":"2026-02-18T08:38:14.917Z","response_time":162,"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":[],"created_at":"2026-02-18T09:29:00.082Z","updated_at":"2026-02-18T09:29:00.679Z","avatar_url":"https://github.com/contentstack.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Launch CLI plugin\n\n[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)\n\nWith Launch CLI, you can interact with the Contentstack Launch platform using the terminal to create, manage and deploy Launch projects.\n\n\u003c!-- toc --\u003e\n* [Launch CLI plugin](#launch-cli-plugin)\n* [Installation steps](#installation-steps)\n* [Commands](#commands)\n* [How to do development Locally?](#how-to-do-development-locally)\n* [How to run tests Locally?](#how-to-run-tests-locally)\n\u003c!-- tocstop --\u003e\n\n# Installation steps\n\n```sh-session\nGitHub installation steps:\n$ git clone clone \u003crepo url\u003e\n$ npm install\n$ npm run build\n$ csdx plugins:link \u003cplugin path\u003e\n\nNPM installation steps:\n$ csdx plugins:install @contentstack/cli-launch\n$ csdx launch\n```\n\n# Commands\n\n```sh-session\n$ csdx launch\nstart with launch flow \u003cGitHub|FileUpload\u003e\n$ csdx launch:logs\nTo see server logs\n$ csdx launch:logs --type d\nTo see deployment logs\n$ csdx launch:functions\nRun cloud functions locally\n```\n\n\u003c!-- commandsstop --\u003e\n\n\n\n# How to do development Locally?\n- Branch out from development for development.\n- Install npm: @contentstack/cli \n- Set region and log in using csdx config:set:region \u0026 csdx login\n\n`node bin/dev \u003ccommand-name\u003e`\n\nOR\n\n`npm  run prepack`\n\n\n`node bin/run \u003ccommand-name\u003e`\n\nOR\n\n\n```\nnpm run prepack\n\ncsdx plugins:link \u003cplugin local path\u003e\n\ncsdx \u003ccommand-name\u003e\n```\n\n# How to run tests Locally?\nStep 1:- csdx config:set:region \u003cregion\u003e Mentioned project should exists in provided org\n\nStep 2:- csdx login\n\nStep 3:- Create env on root level (refer: example.env file)\n\nStep 4:- run test cases (`npm run test:unit` or `npm run test:unit:report`)\n\n\n\n### How will changes be reflected in the CLI ?\nIf a patch or minor version of the launch is released, users will need to update or install the latest CLI version, which will automatically include the latest launch version.\n`npm i -g @contentstack/cli`\n     OR\n`npm update -g @contentstack/cli`\n\n However, if a major version of the launch is released, a version bump is also required in CLI(Steps will be like this launch version bump -\u003e cli version bump -\u003e testing -\u003e release).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontentstack%2Flaunch-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcontentstack%2Flaunch-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontentstack%2Flaunch-cli/lists"}