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
After working with the Abaco CLI a lot and amassing multiple actors with semantically informative names, it is a common mistake to do abaco ls <name> instead of abaco ls <actorId>. At present this returns an error, but it could just as easily act as a filter, and this would be much more friendly and useful.
The text was updated successfully, but these errors were encountered:
Because Abaco now supports plaintext aliases, it is less ideal to implement abaco ls cool_actor. Instead, specifying a filter command option might be the way to go, something like abaco ls -f "cool_actor"
After working with the Abaco CLI a lot and amassing multiple actors with semantically informative names, it is a common mistake to do
abaco ls <name>
instead ofabaco ls <actorId>
. At present this returns an error, but it could just as easily act as a filter, and this would be much more friendly and useful.The text was updated successfully, but these errors were encountered: