cloudformation-cli icon indicating copy to clipboard operation
cloudformation-cli copied to clipboard

Create new folder on init

Open tobywf opened this issue 4 years ago • 1 comments

Some programs like git init don't create a new folder. Some programs, like sam init, do create a new folder. The upside to creating a new folder is that a bunch of files don't get spewed into the current directory if you forget to cd.

tobywf avatar Aug 20 '19 23:08 tobywf

I think the git init corrolary even further suggests using a folder. That command creates a .git folder in current directory. Cleanup is far easier if you forget to cd than is the case with cfn-cli init

You can also specify a folder with git like git init . or git init subdir to be explicit.

rjlohan avatar Nov 01 '19 22:11 rjlohan