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
I started getting the following error after upgrading to version 2.1.1:
'dev/' is an invalid path string. Paths should not have trailing slashes.
This worked fine in 2.1.0. Removing the trailing slash is not a workaround due to the way sceptre resolves paths by prefix matching. If I have a stack group named dev and a stack group named dev-private then running sceptre launch dev will launch both stack groups. The trailing slash in sceptre launch dev/ is necessary to disambiguate. (See #546) This completely breaks all of our sceptre-based deployment automation.
The text was updated successfully, but these errors were encountered:
Thanks for the quick response @ngfgrant, I'll wait for that fix to come out then. I wasn't sure what the right fix was so I figured I'd log an issue before attempting a PR myself, glad it's already being taken care of. Really great tool so far BTW, please keep up the good work!
I started getting the following error after upgrading to version 2.1.1:
This worked fine in 2.1.0. Removing the trailing slash is not a workaround due to the way sceptre resolves paths by prefix matching. If I have a stack group named
dev
and a stack group nameddev-private
then runningsceptre launch dev
will launch both stack groups. The trailing slash insceptre launch dev/
is necessary to disambiguate. (See #546) This completely breaks all of our sceptre-based deployment automation.The text was updated successfully, but these errors were encountered: