In the CLI you can't do openfn collections get * because * is evaluated in the shell. You have to do \* and its error prone and annoying
Maybe we can accept . as an alias for *
But I don't think we should do openfn collections get monday. where the dot is used as a wildcard, like in a regex.
And that might be a bit confusing?
In the CLI you can't do
openfn collections get *because*is evaluated in the shell. You have to do\*and its error prone and annoyingMaybe we can accept
.as an alias for*But I don't think we should do
openfn collections get monday.where the dot is used as a wildcard, like in a regex.And that might be a bit confusing?