cli icon indicating copy to clipboard operation
cli copied to clipboard

Auto-generated site names do not follow Netlify's standard pattern

Open ascorbic opened this issue 3 years ago • 0 comments

Describe the bug

If a user creates a new site via ntl init and accepts a default site name, the generated name is something like matt-kane-makes-great-sites, which is not only debatable, but also does not follow the expected sweet site names format used by sites created from the UI

Steps to reproduce

  1. run ntl sites:create in an unlinked repo
  2. leave "site name" empty

Expected:

  • a deliciously sweet site name

Actual:

  • a boring and potentially inaccurate name

Configuration

No response

Environment


  System:
    OS: macOS 12.4
    CPU: (8) x64 Intel(R) Core(TM) i7-1068NG7 CPU @ 2.30GHz
    Memory: 6.30 GB / 32.00 GB
    Shell: 5.8.1 - /bin/zsh
  Binaries:
    Node: 16.5.0 - ~/.nvm/versions/node/v16.5.0/bin/node
    Yarn: 1.22.10 - /usr/local/bin/yarn
    npm: 7.19.1 - ~/.nvm/versions/node/v16.5.0/bin/npm
    Watchman: 4.9.0 - /usr/local/bin/watchman
  npmGlobalPackages:
    netlify-cli: 10.3.3

ascorbic avatar May 26 '22 09:05 ascorbic