Replies: 2 comments
-
Is it a stage issue? E.g. missing |
Beta Was this translation helpful? Give feedback.
0 replies
-
It wasn't, but your suggestion made me rethink what was going on. I have multiple AWS accounts on my machine, using the --aws-profile option did resolve this. Thanks for your response, really appreciated. Now resolved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been trying to upgrade to bref v2, but I'm struggling with the CLI. I used to run something like:
vendor/bin/bref cli --region=eu-west-2 connectors-prod-artisan -- migrate --force
to run the migrationsSo v2 that's now:
serverless bref:cli --args="migrate --force"
But I'm getting the following error:
Is there a different way I should be loading variables from SSM / CloudFront. Or is there a different way I can trigger the cli? Invoking Lambda directly does work, so I can use that. But the cli command was a bit nicer to use.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions