kbsecret-commands - list commands known to kbsecret(1)
kbsecret commands [options]
kbsecret commands prints out lists of commands known to kbsecret(1).
Like git(1), external commands are just executables on $PATH prefixed
with "kbsecret-". For example, the command kbsecret do-magic is just
"kbsecret-do-magic".
By default, all commands (internal and external) are printed.
-e, --external-onlyPrint only external commands, i.e. those on your $PATH.
-i, --internal-onlyPrint only internal commands, i.e. those bundled with kbsecret(1).
$ kbsecret commands -i
$ kbsecret commands -e
$ kbsecret commands