Closed pixelastic closed 3 years ago
I'm now unsure we need to move that to another command. Maybe instead ask if we should configure Netlify right away?
But that means if a user says "no", we should provide a way to rerun the Netlify configuration from the command line. I'm not sure what the CLI API should be for that, and don't have a strong need for this, so I'm going to close it until I have more information.
Argh, I finally implemented this somehow. norska init
will ask the user for confirmation before configuring Netlify (Enter or CTRL-C)
The current
norska init
command does create all the file scaffolding, but it also configures Netlify. This seems a bit intrusive, and should rather be moved into another command,setup
(sameinit
andsetup
commands are already defined inaberlaas
, so it makes a great mirror)