Feature(s) impacted
push command for forest-cli
Observed behavior
showing error message
Invalid value “undefined” for header “forest-secret-key”
Expected behavior
show environment list for push action
Failure Logs
Invalid value “undefined” for header “forest-secret-key”
Context
To reproduce, simply type forest push
in the command line.
After tracing the source code of forest-cli, the error might come from the API missing return field of secretKey
${env.FOREST_URL}/api/projects/${projectId}/development-environment-for-user
- Project name: Brewing
- Team name:
- Environment name: Development
- Agent type & version:
- Recent changes made on your end if any: No