From 4aac4b919f662bd8a445a82e0fcd768e67a910a1 Mon Sep 17 00:00:00 2001 From: Mike Solomon Date: Wed, 15 Jan 2025 08:13:32 -0800 Subject: [PATCH] minor cli example change --- .../how-to-guides/air-gapped-cli-install.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/user-documentation/moderne-cli/how-to-guides/air-gapped-cli-install.md b/docs/user-documentation/moderne-cli/how-to-guides/air-gapped-cli-install.md index 519fa45f..98b94c71 100644 --- a/docs/user-documentation/moderne-cli/how-to-guides/air-gapped-cli-install.md +++ b/docs/user-documentation/moderne-cli/how-to-guides/air-gapped-cli-install.md @@ -73,10 +73,14 @@ Options: --version Display version info. Commands: + afterburner (INCUBATING) Indexes built LSTs to accelerate recipe + execution. + audit (INCUBATING) Perform an audit of recent activity. build Generates LST artifacts for one or more repositories. clean Clean build and run artifacts produced by the CLI. config Global configuration options that are required by some CLI commands. + devcenter DevCenter operations. exec Execute an arbitrary shell command recursively on selected repository roots. git Multi-repository git operations. @@ -86,12 +90,15 @@ Commands: CLI. publish Publishes the LST artifacts for one or more projects. run Runs an OpenRewrite recipe locally on pre-built LSTS. - run-history Get information about the most recent recipe runs. + run-history Get information about the most recent recipe runs. This + will be transitioning to mod audit runs list + eventually. A deprecation notice will be added here + when we suggest adopting the alternative. study Produces studies from OpenRewrite recipe data tables locally. generate-completion Generate bash/zsh completion script for mod. -MOD SUCCEEDED in (0.01s) +MOD SUCCEEDED in 1s ```