Skip to main content
Run machina with no arguments to open an interactive session (REPL):

No prefix, no dashes

Inside the session you type commands without the machina prefix and without -- before flags:

Features

  • Tab completion — across command groups, subcommands, and flags.
  • Command history — persisted in ~/.machina/history, available across sessions.
  • Live context — your current organization and project show in the prompt.
  • help — lists every command group; exit or Ctrl+D quits.
The REPL is the default when you run machina, and it opens automatically after machina login. For the static banner instead of a session, run machina --no-interactive.

Shell prompt integration

Prefer your current org/project in your shell prompt rather than a session? See Configuration → Shell prompt integration.