Environments
Get environment installation script
Retrieve the CURL installation script for a specific environment
GET
Authorizations
Path Parameters
Environment ID
Response
200
text/plain
Successfully retrieved installation script
CURL command for environment installation
Example:
"curl -fsSL https://example.com/install.sh | bash -s -- --env-id abc123"