Actions in App Builder vs IO Runtime | Community
Skip to main content
Level 2
September 29, 2020
Solved

Actions in App Builder vs IO Runtime

  • September 29, 2020
  • 1 reply
  • 1523 views

We were playing with the IO Runtime before the App Builder enabled for our Organization.

We are using .wskprops for the IO Runtime config.

 

Now while using the App Builder, we can see some strange things.

If we use the 'wsk list' or 'aio runtime list', we can see couple of actions, packages, etc...

But, in the actions list, we were not able to find the actions which created for App Builder application.

Are these (IO Runtime and App Builder ) actions in different namespaces ?

If yes, how can I get the logs, activation list (empty response) for the App Builder actions?

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by duynguyen_adobe

Hi @eldhov19157560 - the two CLI wsk and aio use two different sources of truth for namespace credentials.

  • wsk relies on the .wskprops file in your home folder
  • aio relies on the .env file in your project folder.

Please make sure that those files have the correct credentials set up for your namespace.

More details at: https://github.com/AdobeDocs/project-firefly/blob/master/getting_started/first_app.md#5-anatomy-of-a-project-firefly-application

1 reply

duynguyen_adobeAdobe EmployeeAccepted solution
Adobe Employee
September 29, 2020

Hi @eldhov19157560 - the two CLI wsk and aio use two different sources of truth for namespace credentials.

  • wsk relies on the .wskprops file in your home folder
  • aio relies on the .env file in your project folder.

Please make sure that those files have the correct credentials set up for your namespace.

More details at: https://github.com/AdobeDocs/project-firefly/blob/master/getting_started/first_app.md#5-anatomy-of-a-project-firefly-application