Avatar

Correct answer by
Employee

So assuming the new developer is going to be working in their own workspace in the project.
Go into the Adobe Developer Console > project your working on > new developers workspace and add all the services you needed for the project.

 

The new developer will download the code into their local development machine 

Then at a terminal do the following

cd in the projects home folder 

type `aio console workspace list`

then find the ID of the workspace you want to switch to.  Let's say the new workspace you set up for the developer is id 12323123213

in the terminal type `aio console workspace select 12323123213`

then in the terminal type `aio app use -m`

 

that should bring down all the environment settings from the Adobe Developer Console into that new developers working environment.  

 

 

 

View solution in original post