fj work
Inspect and resume your working context / session
fj work [OPTIONS] <COMMAND>Every command also accepts the global flags:
--host,--debug,--no-pager,--json-fields.
Options
--color <COLOR>— When to use ANSI color in output [default: auto][possible values: auto, always, never]
fj work context
Show the current working context (branch, stack, in-flight changes)
fj work context [OPTIONS]Options
-R, --repo <REPO>— Target repository as<owner>/<name>. Inferred from the git remote when omitted--json— Emit JSON instead of a table (honors the global--json-fields)--color <COLOR>— When to use ANSI color in output [default: auto][possible values: auto, always, never]
fj work resume
Resume a previously saved work session
fj work resume [OPTIONS]Options
-R, --repo <REPO>— Target repository as<owner>/<name>. Inferred from the git remote when omitted--dry-run— Print the planned actions and exit without mutating anything--color <COLOR>— When to use ANSI color in output [default: auto][possible values: auto, always, never]--json— Emit JSON instead of a table (honors the global--json-fields)
fj work continue
Continue the next step of the current work session
fj work continue [OPTIONS]Options
--dry-run— Show which step would advance, without moving the cursor--color <COLOR>— When to use ANSI color in output [default: auto][possible values: auto, always, never]
Contributors
- Stephen Way