What's a winged environment?
Natalie Harper
What is it and how do I find those environments?
0
Comments
Thanks @natharper. Since “Wings” is a term we don’t use with customers, I’m unpublishing this. Essentially it’s an Enterprise project that has glue code so that there is a smooth way to use “Professional” projects for development and push code to the “Enterprise” environments.
@natharper You can use the Platform CLI or curl the API to find out if an environment has wings:
If it does, you’ll see
enterprisefor the response. If not, there likely won’t be a deployment_target variable set and you’ll just see a “Specified environment not found” error.Using curl and the API:
You’ll see this if it’s Winged:
Please sign in to leave a comment.