Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

dr_venture
dr_venture
Online

Badges

Badges
16

Accepted Solutions

Accepted Solutions
12

Likes Received

Likes Received
33

Posts

Posts
76

Discussions

Discussions
4

Questions

Questions
72

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by dr_venture
Customize the badges you want to showcase on your profile
Re: Bootstrapping already developed App using the CLI - App Builder 22-06-2021
I think it could do the key gen as well with the right apis in place. Make call to request key, get key and update local .env. I checked with project management and this is not on our radar in the near future. What i suggest is for you to go to the CLI github issues page found here https://github.com/adobe/aio-cli/issues and submit it as a feature request. Post the issue number here when done and I will endorse the idea as well. I think its a great idea.

Views

420

Likes

0

Replies

0
Re: Bootstrapping already developed App using the CLI - App Builder 22-06-2021
I think it could do the key gen as well with the right apis in place.

Views

423

Likes

0

Replies

0
Re: Bootstrapping already developed App using the CLI - App Builder 21-06-2021
That would be cool. If i understand you correctly you are saying the cli can inspect the local application and request all the needed services, workspace, etc in the console for you and set it all up. Is that right? If so I think that would be cool. I don't think we are there yet but we could check and see if there is something like this on the radar. It would be a little tricky with key generation and some other items but it's not at all impossible.

Views

453

Likes

0

Replies

3
Re: Announcement: Adobe I/O Runtime: Node 14 Support Added - App Builder 11-06-2021
{ "presets": [ [ "@babel/preset-env", { "targets": { "node": "current" } } ] ], "plugins": ["@babel/plugin-transform-react-jsx"] }If stock .babelrc then after adding the file contents would look like this ^

Views

587

Like

1

Replies

0
Re: How To Install Developed Project Firefly For Other Or... - App Builder 04-06-2021
I have asked around and we have no formal material built to help support multi org distribution. It's on the list for a blog post in the future but I don't think that will help you in the short term. Basically, our guidance at this time is to use CI/CD build pipelines to automate the manual process of deploying to each org.We do have documentation around build automation...Office hours video is found hereDocumentation is here Once you get your project to deploy to one org basically the trick wou...

Views

449

Likes

0

Replies

1
Re: How To Install Developed Project Firefly For Other Or... - App Builder 01-06-2021
The question of cross org distribution is a good question. The bad news is there is not a super simple turn-key way to do this today. The good news is we have a release in the works for this year that will bring cross org deployment up to that turn-key level. Until that is released you will need to do code deploys from your repo into the target org one by one and follow the standard process. I know it's not the cleanest solution but with some automation workflows like GitHub actions or another b...

Views

496

Like

1

Replies

1
Re: Announcement: Adobe I/O Runtime: Node 14 Support Added - App Builder 01-06-2021
Here is a video that you can watch where I update an existing Firefly project to node 14.https://www.youtube.com/watch?v=F-SKT9PxUNw

Views

673

Likes

2

Replies

2
Re: SSL error with Node 12 : TLS Configuration - App Builder 01-06-2021
Is that TLS issue still persisting for you with node 14? 

Views

2.5K

Likes

0

Replies

4
Re: SSL error with Node 12 : TLS Configuration - App Builder 30-05-2021
In your projects root folder is a file named package.json. in there you need to update the node support from ^10 || ^12 to 12^ || 14^. I will send you a video on how to do it via messaging. The video will be posted to YouTube Adobe Developer channel next week. Cheers

Views

2.6K

Likes

2

Replies

7
Re: Adobe Analytics API - App Builder 30-04-2021
here is an article on some future expansion https://medium.com/adobetech/the-future-of-project-firefly-b2b-and-b2c-expansion-89de7ec60610

Views

559

Likes

0

Replies

0