TACC-Cloud / abaco-cli

Command line toolkit for developing, managing, and using Abaco Actors
Other
2 stars 3 forks source link

Allow specification of destination directory when initializing a project #19

Open mwvaughn opened 5 years ago

mwvaughn commented 5 years ago

The original behavior for abaco init was to create a new project in $PWD. This caused some minor degree of annoyance if the parent directory was already managed by Git, or if it was just inconvenient for this to be the location of the directory.

Enable specification of the base path to abaco init, checking that the designated path exists and failing with a CRITICAL error if not.

mwvaughn commented 5 years ago

This is resolved in 0cf51b8e9f88e0909653ee86552eed76e4428d3e which includes a -B option for abaco init

mwvaughn commented 5 years ago

Reopening to test