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
EB SETENV doesn't allow to send variables. Even this string shows the error "ERROR: InvalidSyntaxError - You must use the format KEY=VALUE to set an environment variable. Variables must start with a letter."
eb setenv FLASK_APP=commands
Steps to reproduce
In my VS Code terminal, on the computer with EB installed, just run this command.
Observed result
Expected result
Env variables should be sent to EB
Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
OS: Win 11
EBCLI version: EB CLI 3.21.0 (Python 3.12.7 (tags/v3.12.7:0b05ead, Oct 1 2024, 03:06:41) [MSC v.1941 64 bit (AMD64)])
The text was updated successfully, but these errors were encountered:
Description
EB SETENV doesn't allow to send variables. Even this string shows the error "ERROR: InvalidSyntaxError - You must use the format KEY=VALUE to set an environment variable. Variables must start with a letter."
Steps to reproduce
In my VS Code terminal, on the computer with EB installed, just run this command.
Observed result
Expected result
Env variables should be sent to EB
Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
The text was updated successfully, but these errors were encountered: