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
New project-level features add new variables to the project.yaml. When this happens, the CLI must be updated to support the variables so that cli operations can run without breaking. This is a recent report of this bug.
We think fixing this will be expensive but we have a few ideas on how we might pay the debt sustainably.
Potential solutions
Add compatibility to documentation to help users know which cli version is compatible with lightning version.
Update the extraneous parameter error message to suggest updating cli- version.
Add a sentry alert log for extraneous parameter error
Limit the variables exported by project.yaml per time based on CLI compatibility. "don't export concurrency and collections if you are on this CLI version because deploy will break."
The text was updated successfully, but these errors were encountered:
New project-level features add new variables to the project.yaml. When this happens, the CLI must be updated to support the variables so that cli operations can run without breaking. This is a recent report of this bug.
We think fixing this will be expensive but we have a few ideas on how we might pay the debt sustainably.
Potential solutions
The text was updated successfully, but these errors were encountered: