Run targets remotely (Gradle, Rust)

Last modified: 11 November 2024

For certain run/debug configurations, you can run your code in another environment such as cloud or a Docker container directly from CLion.

This feature allows you to instantly test the changes against the real environment the app is intended for. This ensures that there will be no incompatibilities when moving to production, which is especially important when working on code that depends on the environment. This feature also spares you the extra actions normally required to deploy and run the app every time something changes.