I want to develop a new smart action regarding a given model.
Feature(s) impacted
forest push
What I do:
- install forest-cli with
npm install -g forest-cli
- init with
forest init
- set FOREST_AUTH_SECRET and FOREST_ENV_GIVEN as given and restart local server
- create a new branch with
forest branch duplicate --origin Staging
- develop backend side of the feature
- push the branch with
forest push
Observed behavior
When trying to push with forest push
, the following error occurs:
× Failed to push branch: Environment Development | sébastiencarceles2 has not been initialized, please send an apimap to proceed.
Expected behavior
Branch should be pushed.
Context
- Project name: Hubflo
- Agent technology: rails
- Agent (forest package) name & version: forest_liana 9.7.0
- Database type: postgresql