ReproNim / neurodocker

Generate custom Docker and Singularity images, and minimize existing containers
https://www.repronim.org/neurodocker/
Apache License 2.0
326 stars 97 forks source link

Update cli.rst #514

Closed sooyounga closed 1 year ago

sooyounga commented 1 year ago

updated to include --yes flag in the docs based on https://github.com/ReproNim/neurodocker/issues/508

added other missing flags, including --json flag, as well as missing options and versions, etc. from checking diff with what the neurodocker generate docker --help command generates currently

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: -0.02 :warning:

Comparison is base (e766064) 88.77% compared to head (d291420) 88.75%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #514 +/- ## ========================================== - Coverage 88.77% 88.75% -0.02% ========================================== Files 11 11 Lines 1033 1032 -1 ========================================== - Hits 917 916 -1 Misses 116 116 ``` | [Impacted Files](https://codecov.io/gh/ReproNim/neurodocker/pull/514?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ReproNim) | Coverage Δ | | |---|---|---| | [neurodocker/cli/generate.py](https://codecov.io/gh/ReproNim/neurodocker/pull/514?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ReproNim#diff-bmV1cm9kb2NrZXIvY2xpL2dlbmVyYXRlLnB5) | `91.62% <0.00%> (-0.04%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ReproNim). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ReproNim)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

djarecka commented 1 year ago

@sooyounga - looks good, but could you also check if the neurodocker generate singularity --help has changed?