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
bigband ls p1 # Show all instruments in the p1 package
bigband ls p1-p2 # Show all instruments in the p1-p2 package
bigband ls p1-p2-p3-myLambda # shows resources available for bigband cat. Sepcfically: log file, info
bigband cat p1-p2-p3-myLambda/log
bigband cat p1-p2-p3-myLambda/info
bigband exec p1-p2-p3-myLambda '{"a": 1, "b": 2}'
Alternatively, perhaps the command "ls", "cat", "exec" is an extension to the last component in the path (with the default being "ls"), so that one can do:
Alternatively, perhaps the command "ls", "cat", "exec" is an extension to the last component in the path (with the default being "ls"), so that one can do:
this results in even shorter command lines but it may be confusing to newcomers.
The text was updated successfully, but these errors were encountered: