-
Notifications
You must be signed in to change notification settings - Fork 130
support AppStatus json output format #1045
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
Conversation
This pull request was exported from Phabricator. Differential Revision: D73180040 |
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. Differential Revision: D73180040
28efae4
to
90da5b9
Compare
This pull request was exported from Phabricator. Differential Revision: D73180040 |
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. Differential Revision: D73180040
90da5b9
to
7247dff
Compare
This pull request was exported from Phabricator. Differential Revision: D73180040 |
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
456ba47
to
31e5021
Compare
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 json format 3. json.dump dictionary in output 4. Add unit test to check dict format. Reviewed By: kiukchung Differential Revision: D73180040
This pull request was exported from Phabricator. Differential Revision: D73180040 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D73180040 |
Summary: Pull Request resolved: pytorch#1045 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 json format 3. json.dump dictionary in output 4. Add unit test to check dict format. Reviewed By: kiukchung Differential Revision: D73180040
31e5021
to
7244e0e
Compare
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 json format 3. json.dump dictionary in output 4. Add unit test to check dict format. Reviewed By: kiukchung Differential Revision: D73180040
7244e0e
to
52e048d
Compare
Summary: Pull Request resolved: pytorch#1045 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 json format 3. json.dump dictionary in output 4. Add unit test to check dict format. Reviewed By: kiukchung Differential Revision: D73180040
This pull request was exported from Phabricator. Differential Revision: D73180040 |
52e048d
to
2e131e7
Compare
Summary:
Enable json output format to show AppStatus
What added:
--json
subcommand forstatus
, default is FalseDifferential Revision: D73180040