akamai / cli-sandbox

Akamai CLI for Sandbox
https://github.com/akamai/cli
Apache License 2.0
13 stars 12 forks source link

Creating sandbox from recipe does not work as expected when using requestHostnames #10

Closed akhiljay closed 6 years ago

akhiljay commented 6 years ago

Attached is the recipe file I used. Looks like the values from requestHostname parameter does not get accepted.

create-recipe.json.zip

akhiljay commented 6 years ago

Looked at the source code - looks like in the recipe file we look for "requestHostnames" but in the regular CLI path we look for "requesthostnames" - we should be consistent. Since our API endpoint uses "requestHostnames", is it possible to make change this within the CLI commands?