Skip to content

Commit

Permalink
Merge pull request #223 from nitrictech/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
tjholm authored May 2, 2022
2 parents f748f08 + cf635ec commit 639836b
Show file tree
Hide file tree
Showing 32 changed files with 763 additions and 182 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ The Nitric CLI performs 3 main tasks:

Common commands in the CLI that you’ll be using:

- nitric down : Undeploy a previously deployed stack, deleting resources
- nitric run : Run your project locally for development and testing
- nitric stack new : Create a new Nitric stack
- nitric up : Create or update a deployed stack
- nitric down : Undeploy a previously deployed stack, deleting resources
- nitric run : Run your project locally for development and testing
- nitric stack new : Create a new Nitric stack
- nitric up : Create or update a deployed stack

## Help with Commands

Expand All @@ -43,19 +43,19 @@ nitric new --help

Documentation for all available commands:

- nitric feedback : Provide feedback on your experience with nitric
- nitric info : Gather information about Nitric and the environoment
- nitric feedback : Provide feedback on your experience with nitric
- nitric info : Gather information about Nitric and the environment
- nitric new [projectName] [templateName] [handlerGlob] : Create a new project
- nitric run : Run your project locally for development and testing
- nitric stack : Manage stacks (the deployed app containing multiple resources e.g. collection, bucket, topic)
- nitric run : Run your project locally for development and testing
- nitric stack : Manage stacks (the deployed app containing multiple resources e.g. collection, bucket, topic)
- nitric stack down [-s stack] : Undeploy a previously deployed stack, deleting resources
(alias: nitric down)
- nitric stack list [-s stack] : List all project stacks and their status
(alias: nitric list)
- nitric stack new : Create a new Nitric stack
- nitric stack new : Create a new Nitric stack
- nitric stack update [-s stack] : Create or update a deployed stack
(alias: nitric up)
- nitric version : Print the version number of this CLI
- nitric version : Print the version number of this CLI

## Get in touch

Expand Down
28 changes: 13 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,27 @@ require (
github.com/docker/cli v20.10.12+incompatible
github.com/docker/docker v20.10.12+incompatible
github.com/docker/go-connections v0.4.0
github.com/envoyproxy/protoc-gen-validate v0.6.3 // indirect
github.com/envoyproxy/protoc-gen-validate v0.6.7 // indirect
github.com/fasthttp/router v1.4.6
github.com/getkin/kin-openapi v0.90.0
github.com/go-openapi/strfmt v0.21.1 // indirect
github.com/golang/mock v1.6.0
github.com/golangci/golangci-lint v1.44.2
github.com/golangci/golangci-lint v1.45.0
github.com/google/go-cmp v0.5.7
github.com/hashicorp/consul/sdk v0.9.0
github.com/hashicorp/go-getter v1.5.11
github.com/imdario/mergo v0.3.12
github.com/jedib0t/go-pretty v4.3.0+incompatible
github.com/klauspost/compress v1.14.4 // indirect
github.com/joho/godotenv v1.3.0
github.com/klauspost/compress v1.15.1 // indirect
github.com/magiconair/properties v1.8.6 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/moby/buildkit v0.9.3 // indirect
github.com/moby/moby v20.10.12+incompatible
github.com/nitrictech/boxygen v0.0.1-rc.7.0.20211212231606-62c668408f91
github.com/nitrictech/nitric v0.15.0
github.com/nitrictech/nitric v0.15.1-rc.8
github.com/nitrictech/protoutils v0.0.0-20220321044654-02667a814cdf // indirect
github.com/pkg/errors v0.9.1
github.com/pterm/pterm v0.12.37
github.com/pulumi/pulumi-aws/sdk/v4 v4.37.5
Expand All @@ -41,26 +43,22 @@ require (
github.com/pulumi/pulumi-azuread/sdk/v5 v5.17.0
github.com/pulumi/pulumi-docker/sdk/v3 v3.1.0
github.com/pulumi/pulumi-gcp/sdk/v6 v6.12.0
github.com/pulumi/pulumi-random/sdk/v4 v4.4.2
github.com/pulumi/pulumi/sdk/v3 v3.25.0
github.com/robfig/cron/v3 v3.0.1
github.com/savsgio/gotils v0.0.0-20220201163454-d252f0a44d5b // indirect
github.com/spf13/afero v1.8.1 // indirect
github.com/spf13/cobra v1.3.0
github.com/spf13/cobra v1.4.0
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.7.0
github.com/ulikunitz/xz v0.5.10 // indirect
github.com/valyala/fasthttp v1.33.0
golang.org/x/mod v0.5.1
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
github.com/valyala/fasthttp v1.34.0
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b
golang.org/x/sys v0.0.0-20220224120231-95c6836cb0e7 // indirect
google.golang.org/grpc v1.44.0
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
google.golang.org/genproto v0.0.0-20220317150908-0efb43f6373e // indirect
google.golang.org/grpc v1.45.0
gopkg.in/ini.v1 v1.66.4 // indirect
gopkg.in/mcuadros/go-syslog.v2 v2.3.0
gopkg.in/yaml.v2 v2.4.0
)

replace (
github.com/opencontainers/image-spec => github.com/opencontainers/image-spec v1.0.2-0.20211123152302-43a7dee1ec31
github.com/rootless-containers/rootlesskit => github.com/rootless-containers/rootlesskit v0.14.6
)
Loading

0 comments on commit 639836b

Please sign in to comment.