mirror of
https://github.com/k8sgpt-ai/k8sgpt.git
synced 2025-09-17 15:52:50 +00:00
feat: add remove command to remove a backend AI provider (#395)
* feat: add remove command to remove a backend AI provider Signed-off-by: Matthis Holleville <matthish29@gmail.com> * Update cmd/auth/remove.go Co-authored-by: Alex Jones <alex@k8sgpt.ai> Signed-off-by: Matthis <99146727+matthisholleville@users.noreply.github.com> * feat: update Long remove command Signed-off-by: Matthis Holleville <matthish29@gmail.com> --------- Signed-off-by: Matthis Holleville <matthish29@gmail.com> Signed-off-by: Matthis <99146727+matthisholleville@users.noreply.github.com> Co-authored-by: Alex Jones <alex@k8sgpt.ai>
This commit is contained in:
@@ -46,4 +46,6 @@ func init() {
|
||||
AuthCmd.AddCommand(listCmd)
|
||||
// add subcommand to create new backend provider
|
||||
AuthCmd.AddCommand(newCmd)
|
||||
// add subcommand to remove new backend provider
|
||||
AuthCmd.AddCommand(removeCmd)
|
||||
}
|
||||
|
Reference in New Issue
Block a user