From cea27c66a02d0b1a8995433050936aaba61aacd9 Mon Sep 17 00:00:00 2001 From: GauravMarwal Date: Sun, 3 Oct 2021 23:24:58 +0530 Subject: [PATCH 1/2] Submission --- .../milestone-1/anuj17026_9261/README.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 submissions/issue-26/milestone-1/anuj17026_9261/README.md diff --git a/submissions/issue-26/milestone-1/anuj17026_9261/README.md b/submissions/issue-26/milestone-1/anuj17026_9261/README.md new file mode 100644 index 00000000..d47a8031 --- /dev/null +++ b/submissions/issue-26/milestone-1/anuj17026_9261/README.md @@ -0,0 +1,25 @@ +## CLI Feature: Add view command - Milestone 1 + +## Description + +This PR is for issue #26. + +- Created CLI view commands for accounts, contracts, deployments, networks, and emulators. +- This command shows the list of all accounts, contracts, deployments, networks, or emulators in the configuration. Eg: flow config view account --> shows a list of all accounts present in the configuration. +- It also shows the properties of a particular entity if we pass it as an argument. Eg: flow config view account accountname --> shows the properties of "accountname" + +## Submission Links & Documents + +## Requirements Check + +- Have have you met the milestone requirements? Yes +- Have you included tests (if applicable)? Yes +- Have you met the contribution guidelines of the repos you have submitted code to (if applicable)? Yes +- If this is the last milestone: + - Demonstrate that you've met all the acceptance criteria (link to code, demos, instructions to run etc.) + Link: Configuration File: [flow.json](https://drive.google.com/file/d/16XFXjFFUCrSw_q7HLBXV7kCF8v4Naz__/view?usp=sharing) +Commands and Results: [Commands and results](https://drive.google.com/file/d/1KDgmfQlXABv-gvit7Rjo52busPQo4Ab2/view?usp=sharing) + +## Other Details + +- Can you please review that if our solution is up to the mark or not? Also are there any suggestions/reviews to make improvements in our solution? \ No newline at end of file From 40275218e78540a5636780b498bbf0e676f5f97c Mon Sep 17 00:00:00 2001 From: GauravMarwal Date: Sun, 3 Oct 2021 23:30:48 +0530 Subject: [PATCH 2/2] Submission --- submissions/issue-26/milestone-1/anuj17026_9261/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/submissions/issue-26/milestone-1/anuj17026_9261/README.md b/submissions/issue-26/milestone-1/anuj17026_9261/README.md index d47a8031..94ee1f3e 100644 --- a/submissions/issue-26/milestone-1/anuj17026_9261/README.md +++ b/submissions/issue-26/milestone-1/anuj17026_9261/README.md @@ -9,6 +9,7 @@ This PR is for issue #26. - It also shows the properties of a particular entity if we pass it as an argument. Eg: flow config view account accountname --> shows the properties of "accountname" ## Submission Links & Documents +[PR made on flow-cli](https://github.com/onflow/flow-cli/pull/394) ## Requirements Check