First of all, very cool project! Question for you:
Is there an argument (or arguments) that can be passed (e.g. oco --confirm yes --push yes) to enable the oco command to complete a commit and push without user input? Would like to use this as part of a custom CI/CD script but need to automate these steps first.
First of all, very cool project! Question for you:
Is there an argument (or arguments) that can be passed (e.g.
oco --confirm yes --push yes
) to enable theoco
command to complete a commit and push without user input? Would like to use this as part of a custom CI/CD script but need to automate these steps first.Thanks!
https://github.com/di-sukharev/opencommit/blob/916ddf02d1fcbf6082362e153262e177e39b743b/src/commands/commit.ts#L66C5-L66C5