switch
Please be sure of your agent type and version and pick the right documentation accordingly.
This is the documentation of the forest-express-sequelize
and forest-express-mongoose
Node.js agents that will soon reach end-of-support.
forest-express-sequelize
v9 and forest-express-mongoose
v9 are replaced by @forestadmin/agent
v1.
Please check your agent type and version and read on or switch to the right documentation.
switch
The forest switch
command allows you to set your current branch to the selected branch:
$ forest switch --help
Switch to another branch in your local development environment.
USAGE
$ forest switch [BRANCH_NAME]
ARGUMENTS
BRANCH_NAME The name of the local branch to set as current.
OPTIONS
--help Display usage information.
Branch selection
You can switch directly to a specific branch by using forest branch <my_branch_name>
, while omitting the branch name will allow you to easy select one:
$ forest switch
[? Select the branch you want to set-current:
feature/add-new-smart-view-with-information
hotfix/fix-dropdown-issue
feature/implement-refund-smart-action
Last updated
Was this helpful?