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
As the CLI becomes more complicated, and there are additional plans to make it more complicated, putting everything into the same base parser is becoming confusing.
It's convenient to be able to just type experiment [my_experiment_name], but as the number of possible "commands" grows (e.g. experiment reports, experiment ls), the potential for conflicting names also grows.
reports and ls should be put as sub commands, and a new run subcommand should be added for the primary run-the-experiment usecase.
Thoughts on this are welcome, it unfortunately is a breaking change for any prior experiment's reproduction lines.
The text was updated successfully, but these errors were encountered:
As the CLI becomes more complicated, and there are additional plans to make it more complicated, putting everything into the same base parser is becoming confusing.
It's convenient to be able to just type
experiment [my_experiment_name]
, but as the number of possible "commands" grows (e.g.experiment reports
,experiment ls
), the potential for conflicting names also grows.reports
andls
should be put as sub commands, and a newrun
subcommand should be added for the primary run-the-experiment usecase.Thoughts on this are welcome, it unfortunately is a breaking change for any prior experiment's reproduction lines.
The text was updated successfully, but these errors were encountered: