cli icon indicating copy to clipboard operation
cli copied to clipboard

Nitric CLI. Manage and run Nitric apps locally and deploy to any cloud.

Results 47 cli issues
Sort by recently updated
recently updated
newest added

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`,...

enhancement

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...

enhancement
good first issue

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.

bug
good first issue

**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...

enhancement

**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?...

enhancement

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...

enhancement
good first issue