-
-
Notifications
You must be signed in to change notification settings - Fork 129
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
Add rundeck cli and project management #527
Conversation
@kenyon Hello it's been a while but i wanted to propose this first draft of the changes i added. |
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.
The new code looks fine, but looks like we need to get the tests passing.
@kenyon Added unit tests and improved some old test also changed the cli class itself a bit but still having issues with ubuntu repo gpg check |
7d9ffea
to
6d8275e
Compare
b9fb19d
to
c806367
Compare
ad54ff1
to
c48b49e
Compare
@kenyon I Updated some things and had to remove CentOS 7 from unit tests as jq is not available by default. |
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.
found one typo, otherwise looks good to me
Fixed the typo |
Pull Request (PR) description
This introduces the rundeck cli as a seperate class and als add a define to create and manage projects
Fixes #449
Fixes #181
Fixes #67