CLI updates Netlify CLI 21.4.1 has a cleaner look, simplified workflows, and a new command. Install the latest version: npm install netlify-cli -g # or yarn global add netlify-cli Onboard to Netlify projects with netlify clone command Pull an existing Netlify project locally from its repo with one command: netlify clone <repository-url> Clones the repo and links it to the right Netlify site–ideal for onboarding or switching projects. Builds are included with netlify deploy The deploy comman...