Migration update

qmims has been migrated from Amazon Q CLI to Kiro CLI. These docs reflect the current install, authentication, and command workflows.

Command Reference

Overview of the main qmims commands and global help options

qmims provides four main commands for generating, editing, configuring, and managing README workflows. This page gives you a quick overview of each command and points you to the detailed reference page for its syntax, options, and examples.

Typical Workflow

  1. Use qmims generate to create a first-pass README.
  2. Refine structure with template mode or custom templates.
  3. Add targeted embedded comments like <!-- qmims: ... --> to control specific sections.
  4. Run qmims edit to process those instructions and update the file.
  5. Use qmims config to save defaults for repeated workflows.

Global Options

These common flags are available from the CLI help output and are useful when exploring commands:

OptionDescription
--helpShow general help or command-specific help
--versionShow the installed qmims version

Command-Specific Flags You'll Use Often

FlagCommon Usage
--modeChoose between auto, template[:name], and instruct[:file] for generation
--outputSet a custom output filename such as DOCS.md
--forceOverwrite an existing file without the normal prompt
--yesAutomatically approve the Kiro tool-permission flow for non-interactive execution
--dry-runPreview what qmims would do without making changes
--verbosePrint more detailed diagnostic output

Getting Help

Use the built-in help output whenever you want the exact syntax for the command installed on your machine:

1
2
3
4
5
qmims --help qmims generate --help qmims edit --help qmims config --help qmims templates --help

If you are troubleshooting Kiro-related setup or authentication issues, the installation and troubleshooting guides also cover the most useful supporting commands such as kiro-cli whoami, kiro-cli login, and kiro-cli doctor.