How Can I Deploy a Custom App from the CLI and Modify the HighLevel OAuth App in Pipedream?

This topic was automatically generated from Slack. You can find the original thread here.

How does deploying a custom app work from the CLI, for apps that are already in Pipedream? For example, I have a custom OAuth client configured for the ‘HighLevel (OAuth)’ application native to pipedream. I’d like to be able to publish actions and sources that are tied to that client. For those, I would just to… in my HighLevel app prop, set the ‘app’ field as the app’s slug for HighLevel (OAuth)?

If I want to extend or otherwise modify the HighLevel OAuth app itself though, would I have to copy the existing .app.mjs file for HighLevel OAuth from the components directory in the Github repo? I just want to add methods to the app directly so I can use them as building blocks in my Actions & Sources, ideally.

You can fork any of the files in the repo and publish to your own Pipedream workspace (see here if using Connect)

Triggers and actions aren’t tied to OAuth clients, only the connected account is

got it. thanks