Closed adamierymenko closed 8 years ago
Editing cli.rb and changing these to ":string" seems to fix it.
Same problem here for --region
:
Expected numeric value for '--region'; got "nyc1"
Damn, I think I fixed this in a branch and forgot to merge it, will fix soon! :+1:
Fixed and released in 2.0.1 :+1:
In 2.0.0 when you try to use slugs you get things like:
Looking at cli.rb it looks like you have ":numeric" as the type when slugs are alphanumeric strings. So slugs don't work at all.