Expand my Community achievements bar.

SOLVED

Change "workspace" for local development

Avatar

Community Advisor

maybe I missed a point, but how is it intended to move from a "dev" workspace to "staging" and later "production"? assume I have a local directory with all my files and working in a dev environment, what are the next steps?

I assume that I just change the "aio env" by running "aio app use <mydesiredworkspace.json>" and then deploy the app.

is this the right way to do it?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee

Go into the Adobe Developer Console and add all the services you need to the workspace your going to switch to.

 

Then at a terminal do the following

aio console workspace list

then find the ID of the workspace you want to switch to

aio console workspace select 12323123213

then

aio app use -m

 

 

 

View solution in original post

4 Replies

Avatar

Correct answer by
Employee

Go into the Adobe Developer Console and add all the services you need to the workspace your going to switch to.

 

Then at a terminal do the following

aio console workspace list

then find the ID of the workspace you want to switch to

aio console workspace select 12323123213

then

aio app use -m

 

 

 

Avatar

Community Advisor
@dr_venture thanks a lot! a lot easier than downloading the json and use as local input file.