-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
agd export
option for diagnosis (#10344)
closes: #8420 ref: #8152 ## Description This PR adds a new optional flag `--swing-store-export-mode` to the `agd export` command which can be used to specify the nature of swing-store export ### Security Considerations None ### Scaling Considerations None ### Documentation Considerations An optional flag `--swing-store-export-mode` option is now supported for `agd export` to specify the kind of swing store export required: - `operational` (default) option will retain the existing behavior and export the swing-store artifacts using the latest height - `skip` option will not export any swing-store artifact - `debug` option will export all swing-store artifacts, starting from height `0` ### Testing Considerations Tested manually ### Upgrade Considerations None
- Loading branch information
1 parent
83191e7
commit 6112a8b
Showing
4 changed files
with
189 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters