Skip to content

Commit

Permalink
Add support to following API's:
Browse files Browse the repository at this point in the history
GET/UPDATE default job timeout
GET/UPDATE/DELETE mailserver config
GET/UPDATE site url
GET/UPDATE artifact configuration
  • Loading branch information
nikhilsbhat committed Aug 10, 2023
1 parent 45e3e9c commit 2d18f63
Show file tree
Hide file tree
Showing 22 changed files with 1,007 additions and 37 deletions.
9 changes: 0 additions & 9 deletions cmd/admins.go

This file was deleted.

9 changes: 0 additions & 9 deletions cmd/auth_tokens.go

This file was deleted.

1 change: 1 addition & 0 deletions cmd/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ func getGoCDCliCommands() *cobra.Command {
command.commands = append(command.commands, registerAuthConfigCommand())
command.commands = append(command.commands, registerMaterialsCommand())
command.commands = append(command.commands, registerWhoAmICommand())
command.commands = append(command.commands, registerServerConfigCommand())

return command.prepareCommands()
}
Expand Down
9 changes: 0 additions & 9 deletions cmd/roles.go

This file was deleted.

Loading

0 comments on commit 2d18f63

Please sign in to comment.