{"id":20405644,"url":"https://github.com/nitrictech/cli","last_synced_at":"2025-12-15T16:10:10.342Z","repository":{"id":36960247,"uuid":"436078260","full_name":"nitrictech/cli","owner":"nitrictech","description":"Nitric CLI. Manage and run Nitric apps locally and deploy to any cloud.","archived":false,"fork":false,"pushed_at":"2025-04-02T00:23:18.000Z","size":4578,"stargazers_count":32,"open_issues_count":18,"forks_count":13,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-06T03:36:13.025Z","etag":null,"topics":["aws","azure","cli","cloud","dart","gcp","go","golang","grpc","javascript","nitric","node-js","python","serverless","typescript"],"latest_commit_sha":null,"homepage":"https://nitric.io","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/nitrictech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"nitrictech"}},"created_at":"2021-12-08T01:28:48.000Z","updated_at":"2025-04-02T00:22:55.000Z","dependencies_parsed_at":"2024-02-18T22:28:09.039Z","dependency_job_id":"c0859e8d-8719-4fb6-9609-8e996da5c175","html_url":"https://github.com/nitrictech/cli","commit_stats":{"total_commits":885,"total_committers":15,"mean_commits":59.0,"dds":0.680225988700565,"last_synced_commit":"6a592a7711dff6aa8680d71798bf73081c5845cc"},"previous_names":[],"tags_count":229,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitrictech%2Fcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitrictech%2Fcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitrictech%2Fcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitrictech%2Fcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nitrictech","download_url":"https://codeload.github.com/nitrictech/cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247430838,"owners_count":20937873,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["aws","azure","cli","cloud","dart","gcp","go","golang","grpc","javascript","nitric","node-js","python","serverless","typescript"],"created_at":"2024-11-15T05:12:17.432Z","updated_at":"2025-12-15T16:10:10.252Z","avatar_url":"https://github.com/nitrictech.png","language":"Go","funding_links":["https://github.com/sponsors/nitrictech"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://nitric.io\"\u003e\n    \u003cimg src=\"docs/assets/nitric-logo.svg\" width=\"120\" alt=\"Nitric Logo\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  CLI for building and deploying \u003ca href=\"https://nitric.io\"\u003enitric\u003c/a\u003e apps\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"GitHub Workflow Status (branch)\" src=\"https://img.shields.io/github/actions/workflow/status/nitrictech/cli/cli-test.yaml?style=for-the-badge\u0026branch=develop\"\u003e\n  \u003cimg alt=\"GitHub release (latest SemVer)\" src=\"https://img.shields.io/github/v/release/nitrictech/cli?style=for-the-badge\"\u003e\n  \u003cimg alt=\"GitHub all releases downloads\" src=\"https://img.shields.io/github/downloads/nitrictech/cli/total?style=for-the-badge\"\u003e\n  \u003ca href=\"https://discord.gg/Webemece5C\"\u003e\u003cimg alt=\"Discord\" src=\"https://img.shields.io/discord/955259353043173427?label=discord\u0026style=for-the-badge\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Overview\n\nNitric provides a command-line interface (CLI) to assist with various tasks when building applications with the Nitric framework. For more information, check out the main [Nitric repo](https://github.com/nitrictech/nitric).\n\n## Installation\n\nThe Nitric CLI is free to [download and install](https://nitric.io/docs/installation).\n\n## Purpose\n\nThe Nitric CLI performs 3 main tasks:\n\n- Create new projects\n- Run apps locally for testing and development\n- Deploy to the cloud you choose\n\n## Common Commands\n\nCommon commands in the CLI that you’ll be using:\n\n- nitric down : Undeploy a previously deployed stack, deleting resources\n- nitric run : Run your project locally for development and testing\n- nitric stack new [stackName] [providerName] : Create a new Nitric stack\n- nitric start : Run nitric services locally for development and testing\n- nitric up : Create or update a deployed stack\n\n## Help with Commands\n\nEach command is self documented and provides a \"help\" interface describing the usage, arguments and options for the command. Use the help command to view the help information for any other command:\n\nExample displaying help for the `new` command\n\n```bash\nnitric new --help\n```\n\n## Complete Reference\n\nDocumentation for all available commands:\n\n- nitric build : Build a Nitric project\n- nitric debug : Debug Operations (utilities for debugging nitric applications)\n- nitric debug spec : Output the nitric application cloud spec.\n  (alias: nitric spec)\n- nitric new [projectName] [templateName] : Create a new project\n- nitric run : Run your project locally for development and testing\n- nitric stack : Manage stacks (the deployed app containing multiple resources e.g. services, buckets and topics)\n- nitric stack down [-s stack] : Undeploy a previously deployed stack, deleting resources\n  (alias: nitric down)\n- nitric stack list : List all stacks in the project\n- nitric stack new [stackName] [providerName] : Create a new Nitric stack\n- nitric stack update [-s stack] : Create or update a deployed stack\n  (alias: nitric up)\n- nitric start : Run nitric services locally for development and testing\n- nitric version : Print the version number of this CLI\n\n## Get in touch\n\n- Ask questions in [GitHub discussions](https://github.com/nitrictech/nitric/discussions)\n\n- Join us on [Discord](https://discord.gg/Webemece5C)\n\n- Find us on [Twitter](https://twitter.com/nitric_io)\n\n- Send us an [email](mailto:maintainers@nitric.io)\n\n## Get Started\n\nCheck out the [Nitric docs](https://nitric.io/docs) to see how to get started using Nitric.\nlto:maintainers@nitric.io)\n\n## Get Started\n\nCheck out the [Nitric docs](https://nitric.io/docs) to see how to get started using Nitric.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnitrictech%2Fcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnitrictech%2Fcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnitrictech%2Fcli/lists"}