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.
The text was updated successfully, but these errors were encountered:
current command space is a bit cluttered and confusing
Yeah, unfortunately. Maybe in an ideal world we'd have two different commands, one for high level and then one for the wrappers. So we'd have something like
civis files upload ...
for the wrappers and then
civisapi files post ...
to make the distinction clear. Not that I think many people are building bash scripts based on our API, that'd still be a breaking change so we need to wait on that. In the meantime, if we add wrappers like civis workflows execute we wouldn't expect that to change so I think it's a good API.
@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 workflow
andcivis 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.
The text was updated successfully, but these errors were encountered: