Skip to main content

update

Pull the latest noclickops from origin (fast-forward only).

Runs git pull --ff-only inside the install directory (~/.noclickops by default). Refreshes the cached version check so the lister stops nagging once you're up to date.

Category: Meta
Tags: self-update git-pull upgrade version

Usage​

noclickops update

Flags​

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

Example​

noclickops update

Example output​

noclickops update v1.7.6 — pull latest noclickops

==> Updating noclickops at /Users/.../.noclickops
Updating fa1b3c..7e8d9a
Fast-forward
version.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
✓ noclickops is up to date.

Auth​

None.

Depends on​

  • bash
  • git

Exit codes​

CodeMeaning
0Already up to date, or pulled cleanly.
1Pull failed (e.g. unmerged local changes in the install dir).

See also​

Full --help output​

Show full --help
noclickops v1.7.6 — update

Pull the latest noclickops from origin (fast-forward only).

Runs git pull --ff-only inside the install directory (~/.noclickops by default). Refreshes the cached version check so the lister stops nagging once you're up to date.

Category: meta
Tags: self-update git-pull upgrade version

Usage:
noclickops update

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

Example:
noclickops update

Example output:
noclickops update v1.7.6 — pull latest noclickops

==> Updating noclickops at /Users/.../.noclickops
Updating fa1b3c..7e8d9a
Fast-forward
version.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
✓ noclickops is up to date.

Auth:
None.

Depends on:
bash git

Exit codes:
0 Already up to date, or pulled cleanly.
1 Pull failed (e.g. unmerged local changes in the install dir).

See also:
noclickops