After upgrading to SQLcl: Release 26.1.0.0 Production Build: 26.1.0.086.1709, the “project stage” command is no longer working. Sample output:
SQL> project stage -verbose -debug
----- DISPLAY ARGUMENTS -----
BRANCH-NAME: null
NO-RESORT: false
DEBUG: true
VERBOSE: true
----- END ARGUMENTS -----
The current connection MY_APPLICATION will be used for all operations
Starting execution of stage command using the current branch
source branch: refs/heads/my-feature-branch
master branch: refs/heads/main
$ echo $?
1
$
Note at the end there – it exits SQLcl completely with the non-zero return code.
And no log file is produced. Consequently, unsure of what else I can do to try to diagnose the issue? Suggestions? Thanks.