For the example given in the quickstart webpage, a cd remote-worker-ts command-line appears to be missing before each one of the following command lines:
alien dev
alien dev release
For some reason, it doesn't appear to be needed for the other dev command lines specified in this webpage (alien dev commands, alien dev deploy, etc), so this might be pointing back to something which is more than just a documentation mismatch (e.g., something in the command-line handler implementation).
For the example given in the quickstart webpage, a
cd remote-worker-tscommand-line appears to be missing before each one of the following command lines:alien devalien dev releaseFor some reason, it doesn't appear to be needed for the other
devcommand lines specified in this webpage (alien dev commands,alien dev deploy, etc), so this might be pointing back to something which is more than just a documentation mismatch (e.g., something in the command-line handler implementation).