-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regression: cannot provide human-readable site name #157
Comments
Possibly. Is this for a more readable CI script? When used interactively, the ideas is once you are logged in, and your local folder is linked to a site, |
I looked into this some more, and this should be easier than I expected. We can add this back. |
It's for a repo that's deployed to multiple sites to visualize different datasets: https://github.com/radiantearth/stac-browser/blob/master/package.json#L12-L14 It's not linked to a single site as a result, and having readable names makes it easier for new people to understand/use. Thanks!! |
Also note that it's currently confusing in the documentation, because in various places (and possibly blog posts) it reads:
But on the netlify web: And when you provide wrong ID netlify-cli just spits out:
Without any possibility to figure out what's wrong. At least I haven't found |
With the previous version of the CLI, I was deploying to a specific site using
With the new version of the CLI, I now need to use
Is it possible to use the human-readable name when deploying sites using the new CLI?
The text was updated successfully, but these errors were encountered: