anaconda / anaconda-project

Tool for encapsulating, running, and reproducing data science projects
https://anaconda-project.readthedocs.io/en/latest/
Other
221 stars 88 forks source link

list default command *only* #257

Closed AlbertDeFusco closed 4 years ago

AlbertDeFusco commented 4 years ago

Returns a single line with the name of the command.

This can be useful to provide extra args to the command if the command name is not known.

>CMD=`anaconda-project list-default-command`
>anaconda-project run $CMD --anaconda-project-port 8086