Comparing JorTurFer:main...stackitcloud:main · JorTurFer/stackit-cli
Commits on Mar 13, 2026
Commits on Mar 17, 2026
Commits on Mar 19, 2026
Commits on Mar 20, 2026
-
feat: clarify command output when async flag is set (stackitcloud#1329)
* feat(server): add async output handling for server creation * feat(volume): add async output handling * feat(network-area): add async output handling * feat(git): add async output handling for instance creation * feat(mongodbflex): add async output handling in restore and clone commands * feat(kms): add async output handling * feat(sfs): add async output handling * fix(kms): remove hardcoded async in outputResult tests * fix(sfs): remove hardcoded async in outputResult tests * refactor(kms): unify output handling for async operations * Update internal/cmd/git/instance/create/create.go Co-authored-by: Ruben Hönle <Ruben.Hoenle@stackit.cloud> * refactor(git): clean up outputResult function by passing only required fields * refactor(git): fix tests & removed redundant checks * fix(git): remove Id from inputModel --------- Co-authored-by: Ruben Hönle <Ruben.Hoenle@stackit.cloud>