We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
apply_service in the Clixon class should be added with the possibility to do a diff.
The text was updated successfully, but these errors were encountered:
Fixed: [Add method for apply_service](#17)
e8649ac
Fixed with e8649ac.
Sorry, something went wrong.
Example:
from clixon.clixon import Clixon clixon = Clixon() data = clixon.apply_service("ssh-users", "test", diff=True) print(data)
Tests: [Added unit-tests for apply_service](#17)
6e8c394
krihal
No branches or pull requests
apply_service in the Clixon class should be added with the possibility to do a diff.
The text was updated successfully, but these errors were encountered: