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
We need a way for users to validate envs against params, secrets, connections before deploying. This is very susceptible to types or jq errors and the errors coming back from terraform for bad jq syntax is very cryptic. No user is going to figure out how to test this manually.
We'll need to generate fake data (cli command to validate?) for the params/connections and "try" the app blocks envs.
mass app validate? could validate the params, connections, artifacts are json schema, then do an env pass
The text was updated successfully, but these errors were encountered:
We need a way for users to validate envs against params, secrets, connections before deploying. This is very susceptible to types or jq errors and the errors coming back from terraform for bad jq syntax is very cryptic. No user is going to figure out how to test this manually.
We'll need to generate fake data (cli command to validate?) for the params/connections and "try" the app blocks envs.
mass app validate? could validate the params, connections, artifacts are json schema, then do an env pass
The text was updated successfully, but these errors were encountered: