Skip to main content

forgeloop help

Running forgeloop, forgeloop help, or forgeloop --help prints the same summary as implemented in the CLI: hero text, command lines, init wizard note, and feature flags (--database, --orm, --tooling, --git, --docker, --ci, --install, --yes).

Global aliases:

  • -h--help
  • -V--version
  • -y--yes
  • -d <path>--dir <path>

Command-specific help:

  • forgeloop init --help
  • forgeloop add --help
  • forgeloop commands --help
  • forgeloop remove --help
  • forgeloop doctor --help
  • forgeloop info --help
  • forgeloop docs --help

Command list (quick reference)

CommandPurpose
initScaffold a project
add ...Generate slash commands, context menus, events, and interaction files
commands list / commands diff / commands deployInspect, compare, or push application commands
remove ...Delete generated files (optional application-command sync)
doctorGrouped diagnostics (files, env, deps, command loading); --json, --strict, --fix
infoManifest summary
docsOpen the docs site
versionPrint CLI package version

For full detail, use the sidebar Command reference section or start at init.