Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
raulb committed Oct 24, 2023
1 parent 0168fe2 commit 4bf61ad
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 10 deletions.
1 change: 0 additions & 1 deletion docs/cmd/md/meroxa_apps_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ meroxa apps deploy --path ./my-app
### Options

```
--env string environment (name or UUID) where application will be deployed to
-h, --help help for deploy
--path string Path to the app directory (default is local directory)
--skip-collection-validation Skips unique destination collection and looping validations
Expand Down
1 change: 0 additions & 1 deletion docs/cmd/www/meroxa-apps-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ meroxa apps deploy --path ./my-app
### Options

```
--env string environment (name or UUID) where application will be deployed to
-h, --help help for deploy
--path string Path to the app directory (default is local directory)
--skip-collection-validation Skips unique destination collection and looping validations
Expand Down
2 changes: 0 additions & 2 deletions etc/completion/meroxa.completion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,6 @@ _meroxa_apps_deploy()
flags_with_completion=()
flags_completion=()

flags+=("--env=")
two_word_flags+=("--env")
flags+=("--help")
flags+=("-h")
flags+=("--path=")
Expand Down
4 changes: 0 additions & 4 deletions etc/man/man1/meroxa-apps-deploy.1
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ If deployment was successful, you should expect an application you'll be able to


.SH OPTIONS
.PP
\fB--env\fP=""
environment (name or UUID) where application will be deployed to

.PP
\fB-h\fP, \fB--help\fP[=false]
help for deploy
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ github.com/mattn/go-isatty v0.0.17 h1:BTarxUcIeDqL27Mc+vyvdWYSL28zpIhv3RoTdsLMPn
github.com/mattn/go-isatty v0.0.17/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
github.com/mattn/go-runewidth v0.0.13 h1:lTGmDsbAYt5DmK6OnoV7EuIF1wEIFAcxld6ypU4OSgU=
github.com/mattn/go-runewidth v0.0.13/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
github.com/meroxa/meroxa-go v0.0.0-20230825083516-b71959984f10 h1:SqmiKJXuwU4eTPYYlKXMICliVSxKlciBK3Ljbz3m9j0=
github.com/meroxa/meroxa-go v0.0.0-20230825083516-b71959984f10/go.mod h1:aGLMvOqFX9O+vgy5JkBFH1/OzKWjYXVCDg21hIE3WtE=
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=
github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
github.com/nirasan/go-oauth-pkce-code-verifier v0.0.0-20170819232839-0fbfe93532da h1:qiPWuGGr+1GQE6s9NPSK8iggR/6x/V+0snIoOPYsBgc=
Expand Down
3 changes: 1 addition & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ github.com/mattn/go-isatty
# github.com/mattn/go-runewidth v0.0.13
## explicit; go 1.9
github.com/mattn/go-runewidth
# github.com/meroxa/meroxa-go v0.0.0-20230825083516-b71959984f10 => ../meroxa-go
# github.com/meroxa/meroxa-go v0.0.0-20230825083516-b71959984f10
## explicit; go 1.20
github.com/meroxa/meroxa-go/pkg/meroxa
github.com/meroxa/meroxa-go/pkg/mock
Expand Down Expand Up @@ -353,4 +353,3 @@ gopkg.in/ini.v1
## explicit
gopkg.in/yaml.v3
# github.com/meroxa/turbine-core => ../turbine-core
# github.com/meroxa/meroxa-go => ../meroxa-go

0 comments on commit 4bf61ad

Please sign in to comment.