Skip to content

Commit

Permalink
Merge pull request #155 from aziontech/dev
Browse files Browse the repository at this point in the history
Deploy - 2022/7/1
  • Loading branch information
PatrickMenoti authored Jul 1, 2022
2 parents 610ae81 + ede5e54 commit fb132e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ LEARN MORE
Use 'azioncli <command> <subcommand> --help' for more information about a command
```

For each subcommand you the `-h|--help` flag to learn more about it:
For each subcommand use the `-h|--help` flag to learn more about it:

```text
$ ./bin/azioncli edge_functions --help
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aziontech/azion-cli
go 1.17

require (
github.com/aziontech/azionapi-go-sdk v0.18.0
github.com/aziontech/azionapi-go-sdk v0.19.0
github.com/spf13/cobra v1.3.0
github.com/spf13/viper v1.10.1
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmV
github.com/armon/go-metrics v0.3.10/go.mod h1:4O98XIr/9W0sxpJ8UaYkvjk10Iff7SnFrb4QAOwNTFc=
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8=
github.com/armon/go-radix v1.0.0/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8=
github.com/aziontech/azionapi-go-sdk v0.18.0 h1:FdueAbQpPHSEiC89CXktZpGxUcOpz1XGWFdeK+P0dKw=
github.com/aziontech/azionapi-go-sdk v0.18.0/go.mod h1:2caFKH52viwZI346MWCGDZzU0jGll6udJZZMDJNrWgg=
github.com/aziontech/azionapi-go-sdk v0.19.0 h1:ihXTO1/70DbDvhsPvYM2/FwjB/rjvvbCtZNVJXDFGUE=
github.com/aziontech/azionapi-go-sdk v0.19.0/go.mod h1:2caFKH52viwZI346MWCGDZzU0jGll6udJZZMDJNrWgg=
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
Expand Down
3 changes: 0 additions & 3 deletions pkg/cmd/edge_functions/create/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ func NewCmd(f *cmdutil.Factory) *cobra.Command {

request.SetName(fields.Name)

if cmd.Flags().Changed("initiator-type") {
request.SetInitiatorType(fields.InitiatorType)
}
}

client := api.NewClient(f.HttpClient, f.Config.GetString("api_url"), f.Config.GetString("token"))
Expand Down

0 comments on commit fb132e4

Please sign in to comment.