Skip to content

Commit

Permalink
fix: more
Browse files Browse the repository at this point in the history
  • Loading branch information
lloesche committed Feb 28, 2024
1 parent 9fae1f7 commit 534a207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/reference/cli/app/run.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ app run <app_name> [--dry-run] [--config <config_name>]

\* When using the `--dry-run` argument, the app will not be executed but the commands will be printed to the terminal.

\*\* By default, Fix Inventory passes the app a configuration that corresponds to the app name. (For example, when installing an app named `foobar`, Fix Inventory creates a default config named `fixinventory.apps.foobar`.) If you would like to run the app with an alternative config, you can specify the config name using the `--config` argument.
\*\* By default, Fix Inventory passes the app a configuration that corresponds to the app name. (For example, when installing an app named `foobar`, Fix Inventory creates a default config named `fix.apps.foobar`.) If you would like to run the app with an alternative config, you can specify the config name using the `--config` argument.

## Example

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-4.X/reference/cli/app/run.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ app run <app_name> [--dry-run] [--config <config_name>]

\* When using the `--dry-run` argument, the app will not be executed but the commands will be printed to the terminal.

\*\* By default, Fix Inventory passes the app a configuration that corresponds to the app name. (For example, when installing an app named `foobar`, Fix Inventory creates a default config named `fixinventory.apps.foobar`.) If you would like to run the app with an alternative config, you can specify the config name using the `--config` argument.
\*\* By default, Fix Inventory passes the app a configuration that corresponds to the app name. (For example, when installing an app named `foobar`, Fix Inventory creates a default config named `fix.apps.foobar`.) If you would like to run the app with an alternative config, you can specify the config name using the `--config` argument.

## Example

Expand Down

0 comments on commit 534a207

Please sign in to comment.