You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a user builds a new project directory with a virtual environment and ansible-dev-tools installed within it, we should be able to scaffold a new project into that same directory without removing all the files.
We could look to see if there is an overlap between the files we intend to scaffold and the current directory contents rather than needing just an completely empty directory.
The text was updated successfully, but these errors were encountered:
Current idea is to introduce --overwrite option that lists file conflicts and then prompts the user to confirm that these files will be replaced, and deprecate force in favor of overwrite.
A -y or similar option can be added to skip the prompt to simulate current force behavior
If a user builds a new project directory with a virtual environment and ansible-dev-tools installed within it, we should be able to scaffold a new project into that same directory without removing all the files.
We could look to see if there is an overlap between the files we intend to scaffold and the current directory contents rather than needing just an completely empty directory.
The text was updated successfully, but these errors were encountered: