Skip to main content

noclickops

List all noclickops commands, or dispatch to a subcommand.

Without arguments, prints every available noclickops command grouped by category, with the current install version and a hint when a newer release is on GitHub. With a subcommand and arguments, execs the matching bin/<cmd>.sh so signals (Ctrl-C) reach the subcommand directly.

Category: Meta
Tags: lister dispatcher discovery inventory

Usage

noclickops [<subcommand> [args...]]

Flags

FlagDescription
-h, --helpShow this help and exit.

Example

noclickops merge-pr 4810

Auth

None (local lister); subcommands have their own auth requirements.

Depends on

  • bash

Exit codes

CodeMeaning
0Success — listed or dispatched.
1Unknown subcommand (the named bin/&lt;cmd&gt;.sh doesn't exist).

See also

Full --help output

Show full --help
noclickops v1.7.6 — noclickops

List all noclickops commands, or dispatch to a subcommand.

Without arguments, prints every available noclickops command grouped by category, with the current install version and a hint when a newer release is on GitHub. With a subcommand and arguments, execs the matching `bin/<cmd>.sh` so signals (Ctrl-C) reach the subcommand directly.

Category: meta
Tags: lister dispatcher discovery inventory

Usage:
noclickops [<subcommand> [args...]]

Flags:
-h, --help Show this help and exit.

Example:
noclickops merge-pr 4810

Auth:
None (local lister); subcommands have their own auth requirements.

Depends on:
bash

Exit codes:
0 Success — listed or dispatched.
1 Unknown subcommand (the named `bin/<cmd>.sh` doesn't exist).

See also:
update