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
If you have written code for a workflows CLI, I think it would be a great addition. Some thoughts before we do it:
Are we going to run into the civis workflow and civis workflows confusion we did with notebooks? I like the solution we did in ENH CLI commands to open notebooks #197, but the CLI right now feels overloaded with both high level and low level functions in the same namespace.
We should make sure to write documentation. It's easier to add the documentation for new features up front rather than waiting and forgetting all the intricacies that need to be documented.
@beckermr wrote
in #197. I'm moving the discussion here.
If you have written code for a workflows CLI, I think it would be a great addition. Some thoughts before we do it:
Are we going to run into the
civis workflowandcivis workflowsconfusion we did with notebooks? I like the solution we did in ENH CLI commands to open notebooks #197, but the CLI right now feels overloaded with both high level and low level functions in the same namespace.We should make sure to write documentation. It's easier to add the documentation for new features up front rather than waiting and forgetting all the intricacies that need to be documented.