{"id":20405652,"url":"https://github.com/nitrictech/legacy-cli","last_synced_at":"2025-04-12T15:05:42.618Z","repository":{"id":43714777,"uuid":"307528181","full_name":"nitrictech/legacy-cli","owner":"nitrictech","description":"CLI for the Nitric Framework","archived":false,"fork":false,"pushed_at":"2021-12-08T01:11:21.000Z","size":7791,"stargazers_count":6,"open_issues_count":19,"forks_count":1,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-04-12T15:04:34.295Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-26T23:11:19.000Z","updated_at":"2022-02-09T03:13:44.000Z","dependencies_parsed_at":"2022-08-29T21:00:51.556Z","dependency_job_id":null,"html_url":"https://github.com/nitrictech/legacy-cli","commit_stats":null,"previous_names":[],"tags_count":100,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitrictech%2Flegacy-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitrictech%2Flegacy-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitrictech%2Flegacy-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitrictech%2Flegacy-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nitrictech","download_url":"https://codeload.github.com/nitrictech/legacy-cli/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248586235,"owners_count":21128997,"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":[],"created_at":"2024-11-15T05:12:21.995Z","updated_at":"2025-04-12T15:05:42.588Z","avatar_url":"https://github.com/nitrictech.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./logo.png\" alt=\"Nitric Logo\"/\u003e\n\u003c/p\u003e\n\n# Nitric CLI\n\n## Overview\n\nNitric provides a command-line interface (CLI) to assist with various tasks when building applications with Nitric. To view a list of available commands, you can call the CLI without specifying any subcommands or arguments:\n\n```bash\nnitric\n```\n\nAmoung other things, this will provide a list of `TOPICS` and `COMMANDS`. Commands are named CLI operations to perform tasks, such as `build` \u0026 `run`, these commands each have their own set of arguments and flags/options to control their behavior. Topics are collections of related commands, for example the `make` topic will contain subcommands for each resource that can be made, e.g. `make:function`.\n\n### Help and Documentation\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\n```bash\n# Example displaying help for the `build` command\nnitric help build\n```\n\n### Plugins\n\nIn addition to the default commands provided by the base CLI, additional commands can be added via plugins. By default, provider specific commands e.g. `deploy:azure` are added via provider plugins, this ensures the size of the CLI remains smaller when only targeting a subset of providers, it also enables new providers or community supported providers to be added without changing the base CLI.\n\nTo view a list of currently installed plugins, run the `plugins` command directly:\n\n```bash\nnitric plugins\n```\n\nTo install a new plugin use the `install` subcommand:\n\n```bash\n# Example of installing the default AWS provider plugin\nnitric plugins:install @nitric/plugin-aws\n```\n\nTo update plugins use the `update` subcommand:\n\n```bash\nnitric plugins:update\n```\n\n### Additional Documentation\n\nTo read the full documentation for the Nitric CLI or a specific plugin you can view the generated README.md in the CLI packages on Github.\n\n- [Base CLI](./packages/base/README.md)\n- [AWS Plugin](./packages/plugins/aws/README.md)\n- [Azure Plugin](./packages/plugins/azure/README.md)\n- [Google Cloud Plugin](./packages/plugins/gcp/README.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnitrictech%2Flegacy-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnitrictech%2Flegacy-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnitrictech%2Flegacy-cli/lists"}