Skip to content

Commit

Permalink
feat: init project & namespace (#256)
Browse files Browse the repository at this point in the history
* feat: add init client config

* fix: error when calling init logger function

* remove: legacy config init

* fix: bug on job and resource path default value

* docs: add documentation for config init

* fix: remove postgres and gcs as they are currently not supported

Co-authored-by: Anwar Hidayat <[email protected]>
  • Loading branch information
deryrahman and irainia authored Apr 11, 2022
1 parent efd51ab commit d4beca8
Show file tree
Hide file tree
Showing 5 changed files with 314 additions and 150 deletions.
2 changes: 1 addition & 1 deletion cmd/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ func New() *cli.Command {
cmdx.SetHelp(cmd)
cmd.PersistentFlags().BoolVar(&disableColoredOut, "no-color", disableColoredOut, "Disable colored output")

cmd.AddCommand(initCommand())
cmd.AddCommand(versionCommand())
cmd.AddCommand(configCommand())
cmd.AddCommand(jobCommand())
cmd.AddCommand(deployCommand())
cmd.AddCommand(resourceCommand())
Expand Down
143 changes: 0 additions & 143 deletions cmd/config.go

This file was deleted.

Loading

0 comments on commit d4beca8

Please sign in to comment.