The Quickstart / Simulate Multiple Customers webpage suggests running:
alien dev deploy --name acme-corp --platforms local
Which throws:
error: unexpected argument '--platforms' found
tip: a similar argument exists: '--platform'
Usage: alien dev deploy --name <NAME> --platform <PLATFORM>
For more information, try '--help'
This seems to be already fixed in the README file, which states alien dev deploy --name acme-corp --platform local, so the webpage is probably just a little outdated.
The Quickstart / Simulate Multiple Customers webpage suggests running:
Which throws:
This seems to be already fixed in the README file, which states
alien dev deploy --name acme-corp --platform local, so the webpage is probably just a little outdated.