-
Notifications
You must be signed in to change notification settings - Fork 21
Add stackit git commands: list, describe, create and delete. #725
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* Add stackit git list instances command * Add stackit git list instances command * Git. Move list package and add describe command * Stackit Git create instance command * Add delete command to the stackit git cli
@peremanent FYI: The CI run failed because docs aren't up to-to-date. Please re-generate the docs with |
…eneration * Stop using new variables for the globalflags.ProjectIdFlag and minor issues * Add docs of the stackit git instance command
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added some minor stuff. When this is fixed, the PR may be merged
… *params.CmdParams attribute
… *params.CmdParams attribute Merge with upstream and modify stackit git commands to use new params *params.CmdParams attribute
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good now, only the pipeline fails. The reason could be, that snyk is not able to handle the toolchain option from go.mod. Could you please remove this and try again? If the pipeline is green, we can merge this
synk still has an issue, we'll check this again |
Description
Checklist
make fmt
make generate-docs
(will be checked by CI)make test
(will be checked by CI)make lint
(will be checked by CI)