Is your feature request related to a problem? Please describe.
A feature in fre pp checkout to checkout user-specified repositories/fork. This will be useful for simultaneously testing fre-cli with fre-workflow. For example, to test fre-cli within fre-worfklow, developers can do
conda create -n fre-cli -f environment.yml
checkout fre-workflow repository to test with
fre pp configure-yaml
fre pp install
fre pp run
Describe the solution you'd like
Something like
fre pp checkout -b testme -r https://github.com/mlee03/fre-worflows.git...
Describe alternatives you've considered
Leave as is
Additional context
Is your feature request related to a problem? Please describe.
A feature in
fre pp checkoutto checkout user-specified repositories/fork. This will be useful for simultaneously testingfre-cliwithfre-workflow. For example, to test fre-cli within fre-worfklow, developers can doconda create -n fre-cli -f environment.yml
checkout fre-workflow repository to test with
fre pp configure-yaml
fre pp install
fre pp run
Describe the solution you'd like
Something like
fre pp checkout -b testme -r https://github.com/mlee03/fre-worflows.git...Describe alternatives you've considered
Leave as is
Additional context