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
docs: Clarify CLI help text to align with databus hierarchy (#47)
* docs: clarify CLI terminology to align with Databus model (Artifact vs Version)
* required changes
* docs: clarify CLI terminology - rename title/abstract/description to artifact_*
* refactor: rename artifact metadata vars and update CLI help docs
* Delete help_output.txt
@click.option("--title", required=True, help="Artifact & Version Title: used for BOTH artifact and version. Keep stable across releases; identifies the data series.")
33
+
@click.option("--abstract", required=True, help="Artifact & Version Abstract: used for BOTH artifact and version (max 200 chars). Updating it changes both artifact and version metadata.")
34
+
@click.option("--description", required=True, help="Artifact & Version Description: used for BOTH artifact and version. Supports Markdown. Updating it changes both artifact and version metadata.")
35
35
@click.option(
36
36
"--license", "license_url", required=True, help="License (see dalicc.net)"
0 commit comments