-
Notifications
You must be signed in to change notification settings - Fork 139
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
Revisit 01_project_manipulation #956
Revisit 01_project_manipulation #956
Conversation
- Remove too much details Signed-off-by: Kim, Vinnam <[email protected]>
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## releases/1.2.0 #956 +/- ##
===============================================
Coverage 78.70% 78.70%
===============================================
Files 231 231
Lines 26420 26420
Branches 5258 5258
===============================================
Hits 20794 20794
Misses 4401 4401
Partials 1225 1225
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
|
||
.. code-block:: bash | ||
|
||
datum project pinfo [-h] [-p PROJECT_DIR] [revision] | ||
datum project info |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this correct? pinfo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Move project free commands to outside again #952 fixed it to
datum project info
.
.. code-block:: bash | ||
|
||
datum project dinfo my-dataset | ||
datum dinfo my-dataset |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there any dinfo
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Refactor CLI commands w/ and w/o project #910 changed it from
datum info
todatum project dinfo
. - Move project free commands to outside again #952 changed it from
datum project dinfo
todatum dinfo
.
Summary
How to test
Checklist
License
Feel free to contact the maintainers if that's a concern.