-
Notifications
You must be signed in to change notification settings - Fork 0
Improve CLI docs #31
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
base: main
Are you sure you want to change the base?
Improve CLI docs #31
Conversation
1fb16a2 to
1ef3985
Compare
b0d2ad2 to
c695256
Compare
ElliottKasoar
left a comment
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.
Generally looks great, just a few minor suggestions
|
|
||
| :: | ||
|
|
||
| data_collections validate examples/biosim_record.yaml |
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.
| data_collections validate examples/biosim_record.yaml | |
| data_collections validate data_collections_api/examples/biosim_record.yaml |
So this examples works from the root of the project?
| example is available). To do so, simply run:: | ||
|
|
||
| Dump a template metadata file ready for modification to upload. | ||
| data_collections dump my_metadata |
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.
| data_collections dump my_metadata | |
| data_collections dump my_metadata.json |
or .yml, so it works?
| ``data_collections_api`` provides a method to quick-start building metadata, ``template`` will dump | ||
| an example metadata file for a particular community and data-type (though currently only a basic | ||
| example is available). To do so, simply run:: |
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.
Perhaps worth mentioning the format options?
c695256 to
16a9379
Compare
Description of work
Fixes
Addresses #18
To test
Read the docs.