You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
support AppStatus json output format (pytorch#1045)
Summary:
Enable json output format to show AppStatus
What added:
1. Add `--json` subcommand for `status`, default is False
2. Parse both AppStatus and RoleStatus to dictionary format
3. json.dump dictionary in output
4. Add unit test to check dict format.
Reviewed By: kiukchung
Differential Revision: D73180040
0 commit comments