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
The command line load-scripts should have an option to load specific module name scripts.
load-scripts
For example: If we have bdc_collectors, myapp and myotherapp registered, and i would like to load only data from bdc_collectors and myapp:
bdc_collectors
myapp
myotherapp
bdc-db load-scripts --modules bdc_collectors,myapp
The text was updated successfully, but these errors were encountered:
raphaelrpl
No branches or pull requests
The command line
load-scripts
should have an option to load specific module name scripts.For example:
If we have
bdc_collectors
,myapp
andmyotherapp
registered, and i would like to load only data frombdc_collectors
andmyapp
:The text was updated successfully, but these errors were encountered: