Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi,
I want to login to cloudron using the cloudron npm cli tool from CI. What are the appropriate ENV Variables I need to set?
Thank you
You can create an api access token in your cloudron dashboard and then provide this to the cli tool via
cloudron --server <your dashboard domain> --token <your access token> ....