Is it possible to release an app through the retool cli?

Is it possible to release an app through the retool cli?
Also, I would like to import json into the app and release the app based on those changes. is this something that can be done through the cli?

1 Like

Hello @Loody! Welcome to the forums.

In a quick dip into the CLI documentation, it seems like you cannot deploy JSON changes this way. However, in looking into the Retool API documentation, it seems like you might be able to use Source Control endpoints to test and deploy changes through your source control provider:

1 Like