I updated from Ceedling 1.0.0_af4f1ad to 1.0.0_13d0e3d and now I want to upgrade my fred project. (Ceedling runs fred correctly when in the fred directory, before and after the Ceedling version update.)
ceedling help upgrade
From the directory above fred:
ceedling upgrade fred
EXCEPTION: Could not find and existing project at fred/.
From inside fred directory:
ceedling upgrade .
EXCEPTION: Could not find and existing project at ./.
Trying the --project parameter yields the same result.
BTW: fred is created with:
ceedling new fred
cd fred
ceedling module:create[fred]
Thanks.