Sha256: e2793623c1927912b59d20bbedd0c7d60e21a2d38435586a2543a1be1171edeb

Contents?: true

Size: 1.3 KB

Versions: 4

Compression:

Stored size: 1.3 KB

Contents

TOPIC
    debugging

DESCRIPTION
    When Bolt isn't behaving as expected, there are a few helpful commands and
    logs that can help identify common issues. The first place to look is in
    `<PROJECT>/bolt-debug.log`, which contains debug-level logs from the last Bolt
    run. This log file includes where the Bolt project was loaded from, the
    location of any configuration or inventory files that were loaded, and the
    modulepath that modules were loaded from.

    If you're having issues with loading targets or target configuration, you
    can see the list of resolved Bolt target names by running `bolt inventory
    show` on *nix systems or `Get-BoltInventory` in PowerShell. To see the
    resolved configuration for each target, run the command with the `--detail` or
    `-Detail` options.

    Lastly, if you're having trouble loading Bolt content you can use `bolt
    module show` on *nix systems or `Get-BoltModule` in PowerShell to see the list
    of loaded modules, including where they were loaded from. You can also use
    `bolt task show` or `Get-BoltTask` to list loaded tasks, and `bolt plan show`
    or `Get-BoltPlan` to list loaded plans.

    Visit the linked documentation for more in-depth troubleshooting help for
    specific issues.

DOCUMENTATION
    https://pup.pt/bolt-troubleshooting

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bolt-3.13.0 guides/debugging.txt
bolt-3.12.0 guides/debugging.txt
bolt-3.11.0 guides/debugging.txt
bolt-3.10.0 guides/debugging.txt