When I run openfn pull --beta, it'll create local project from a project id.
By default the project will be given a local alias of main, which gets written to main@app.openfn.org.yaml
We need to allow an --alias <name> argument which will configure that name. Later I can then to openfn checkout main
We should default the alias to main unless pulling a sandbox, when we use the sandbox project name
Users can pass --alias to override.