ehmo

85 mods across 6 repositories, 806 stars between them.

gum-config-get

49

ehmo/gum

Command

Print the value of a config key from the active profile.

31 24d ago A 0 tokens original MIT

gum-config-list

50

ehmo/gum

Command

List all config keys in the active profile.

31 24d ago A 0 tokens original MIT

gum-config-set

51

ehmo/gum

Command

Persist a config key=value pair to the active profile.

31 24d ago A 0 tokens original MIT

gum-config-unset

52

ehmo/gum

Command

Remove a config key from the active profile.

31 24d ago A 0 tokens original MIT

gum-config

53

ehmo/gum

Command

Read or write values in the active profile's config.toml. The active profile is selected via --profile (default: 'default').

31 24d ago A 0 tokens original MIT

gum-describe

54

ehmo/gum

Command

Return the catalog entry for an opid (with exampleargs).

31 24d ago A 0 tokens original MIT

gum-destructive

55

ehmo/gum

Command

Invoke a destructive op (requires a confirmation token).

31 24d ago A 0 tokens original MIT

gum-doctor

56

ehmo/gum

Command

Runs a single pre-flight that reports the health of each gum subsystem.

31 24d ago A 0 tokens original MIT

gum-gain

57

ehmo/gum

Command

Print cumulative gain (token-savings) stats from the local ledger, or replay a fixture set with --fixture-replay.

31 24d ago A 0 tokens original MIT

gum-help

58

ehmo/gum

Command

Help provides help for any command in the application. Simply type gum help [path to command] for full details.

31 24d ago A 0 tokens original MIT

gum-init

59

ehmo/gum

Command

Command "gum-init" from ehmo/gum, covering gum init, usage, parent, flags and see also.

31 24d ago B 0 tokens original MIT

gum-login

60

ehmo/gum

Command

Authorize gum (alias for gum auth login).

31 24d ago A 0 tokens original MIT

gum-logout

61

ehmo/gum

Command

Clear gum's stored OAuth credentials (switch or sign out of a Google account).

31 24d ago A 0 tokens original MIT

gum-mcp

62

ehmo/gum

Command

Run the gum MCP server. The public release supports --stdio transport.

31 24d ago A 0 tokens original MIT

gum-plugin-install

63

ehmo/gum

Command

Installs a plugin through an atomic registry update: validates the manifest, runs the namespace-ownership check against the active profile's plugins.lock, and writes plugin-catalog.json + plugins.lock + plugin-state.json through one fsync'd transaction.

31 24d ago A 0 tokens original MIT

gum-plugin-list

64

ehmo/gum

Command

List installed plugins with their quarantine state.

31 24d ago A 0 tokens original MIT

gum-plugin-reload

65

ehmo/gum

Command

Clears any quarantine state for the named plugin, then spawns the subprocess once via the supervisor to act as a passive canary. A spawn failure re-quarantines the plugin.

31 24d ago A 0 tokens original MIT

gum-plugin-remove

66

ehmo/gum

Command

Command "gum-plugin-remove" from ehmo/gum, covering gum plugin remove, usage, parent, arguments and flags.

31 24d ago A 0 tokens original MIT

gum-plugin-run

67

ehmo/gum

Command

Command "gum-plugin-run" from ehmo/gum, covering gum plugin run, usage, parent, arguments and flags.

31 24d ago A 0 tokens original MIT

gum-plugin-setup

68

ehmo/gum

Command

Reads the plugin's credentialdescriptors from its manifest, prompts for each missing credential by displayname and setuphint, stores secrets in the OS keychain, then runs 'gum canary --plugin= --live' to verify the plugin is functional.

31 24d ago A 0 tokens original MIT

ehmo/gum

Command

Updates the namespaceowner binding for in the active profile's plugins.lock, recording the prior owner in transferhistory and emitting an audit.jsonl row.

31 24d ago A 0 tokens original MIT

ehmo/gum

Command

Resets quarantined, retrycount, backoffstep, and nextretryat in plugin-state.json so the plugin can be invoked on the next call. Use when the operator has independently verified the plugin is healthy and wants to bypass the exponential-backoff window.

31 24d ago A 0 tokens original MIT

gum-plugin

71

ehmo/gum

Command

Manage gum plugins: install, list, run, and curate third-party subprocess plugins. Installing a plugin launches an untrusted subprocess, so 'install' requires --yes to acknowledge that trust boundary. See the subcommands below.

31 24d ago A 0 tokens original MIT

gum-profile-test

72

ehmo/gum

Command

When --input is set, applies the profile to that file (optionally comparing against --golden). When --input is omitted, runs every [[tests]] fixture in the profile file through the expression pipeline and prints a ProfileFixtureResult[] JSON envelope (--format=json).

31 24d ago A 0 tokens original MIT