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
JURA uses our source code to create a modified SSM that takes command line arguments that mostly override the config file:
http://svn.nordugrid.org/trac/nordugrid/browser/arc1/trunk/src/services/a-rex/jura/ssm
(Main changes are in their ssmsend which equates to our sender.py.)
ssmsend
sender.py
It would be useful to integrate this sort of functionality by default so that it is easier for SSM to be plugged into other components like this.
We already use the OptionParser module, so it should just be a case of adding more options.
OptionParser
The text was updated successfully, but these errors were encountered:
No branches or pull requests
JURA uses our source code to create a modified SSM that takes command line arguments that mostly override the config file:
http://svn.nordugrid.org/trac/nordugrid/browser/arc1/trunk/src/services/a-rex/jura/ssm
(Main changes are in their
ssmsend
which equates to oursender.py
.)It would be useful to integrate this sort of functionality by default so that it is easier for SSM to be plugged into other components like this.
We already use the
OptionParser
module, so it should just be a case of adding more options.The text was updated successfully, but these errors were encountered: