cli
cli copied to clipboard
Nitric CLI. Manage and run Nitric apps locally and deploy to any cloud.
This needs some extensive testing on multiple platforms. And fresh installs Still need to write a shim for windows (currently this will only work on linux/macos). We should probably provide...
Right now if you call `myApi.Details()` it will fail with not implemented in the config discovery phase.
## Feature Request ### Suggestion We've had feedback that the initial experience can be off-putting. Missing a step in the instruction, such as neglecting to set credentials before an `up`,...
When running "nitric down", first run the pulumi preview to gather the resources that would be deleted then present these to the user to confirm. from: https://github.com/nitrictech/cli/pull/160#discussion_r822119040 If possible, a...
Currently all created API gateways are given execution permission to all lambdas in a stack, even if those APIs do not route to those lambdas.
**Describe the solution you'd like** Ability to access the base URL of the API so it can be used in code without having to set it after deployment. **Why is...
**Describe the solution you'd like** This could be in the project definition (nitric.yaml) ```yaml buildScripts: - yarn install ``` **Why is this needed? What challenge will it help you solve?...
Users will want to experiment with their own templates, it should be possible to do this without officially releasing a template. Add a configuration in the CLI to let them...