-
Notifications
You must be signed in to change notification settings - Fork 48
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
Wiki Issue : Command Line Params #108
Labels
Comments
The Functionality behind -c and -l and -r are not yet complete so they are not documented |
@danielodievich ok cool, I was looking into using it, but not sure how to. Thanks! |
danielodievich
added a commit
that referenced
this issue
May 9, 2020
- Changed naming of the output folder to be more compact - Changed names of all report Excel files to be more compact - Added TimeFrame time specifier fixing #107 and #96 - Simplified the configuration of EntityDashboardSelectionCriteria and SnapshotSelectionCriteria - Added better support for sequential processing for debugging everywhere there is Parallel invocations - Removed not-yet-implemented parameters fixing #108 APM Flowmaps Report: - Moved from Entity Metrics report to produce its own file - Added new filter column to identify cross-application calls APM Snapshots: - Removed line number from the FullName column to make Flame Graphs simpler Entity Metric Graphs Report: - Fixed #100 - Only showing last 8 hour time ranges - Added pivot charts for each metric type for all entities - Added Metric Upload metric to extraction - Added Agent Metric Upload to list of default extracted metrics Detected DB Entities Report: - Updated to support Controller 20.4.x changes in the API that support the reports Flame Graphs Report: - Added more namespace mappings and colors - Removed line numbers from the folded call stacks APM Dashboard Screenshots Report: - Added ChromeDriver Version 81 - Removed ChromeDriver Version 79 Tableau Reports: - Added Snapshots fixing #30
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Command Line Wiki is missing details
To Reproduce
Steps to reproduce the behavior:
Expected behavior
-j, --job-file Required. Input file defining the parameters of the ETL job to process.
-o, --output-folder Output folder where to store results of processing.
-c, --compare-states-file Required. Compare file defining the mappings of the state comparison to perform.
-l, --left-from-state-folder Required. Folder of the ETL job to use as a left side/reference/from comparison.
-r, --right-to-state-folder Required. Folder of the ETL job to use as a right side/difference/to comparison.
-d, --delete-previous-job-output If true, delete any results of previous processing.
-s, --sequential-processing If true, process certain items during extraction and conversion sequentially.
-v, --skip-version-check If true, skips the version check against GitHub repository.
--help Display this help screen.
--version Display version information.
The text was updated successfully, but these errors were encountered: