Sha256: 28afa1af3500768292abdf57acb1551aaab1c174ffc9ceff9c07e37da9646ec4

Contents?: true

Size: 1.1 KB

Versions: 22

Compression:

Stored size: 1.1 KB

Contents

---
topic: modulepath
guide: |
    The modulepath is an ordered list of directories that Bolt loads modules
    from. When Bolt runs a command, it automatically loads modules from the
    modulepath.
    
    While Bolt has a default modulepath, you can also configure your own
    modulepath, which can include directories within the project or directories
    elsewhere on your system. Regardless of whether your project uses a default
    or configured modulepath, Bolt automatically adds directories to the
    modulepath. This includes modules containing core Bolt content, which is
    added to the beginning of the modulepath, and bundled content, which is
    added to the end of the modulepath.

    Modules loaded from a directory listed earlier in the modulepath take
    precedence over modules with the same name loaded from a directory later in
    the modulepath. Bolt will not warn or error when two modules share a name
    and instead will ignore modules with a lower precedence.

    To learn more about modules, see the 'module' guide.

documentation:
  - https://pup.pt/bolt-project-reference#modulepath

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
bolt-4.0.0 guides/modulepath.yaml
bolt-3.29.0 guides/modulepath.yaml
bolt-3.28.0 guides/modulepath.yaml
bolt-3.27.4 guides/modulepath.yaml
bolt-3.27.2 guides/modulepath.yaml
bolt-3.27.1 guides/modulepath.yaml
bolt-3.26.2 guides/modulepath.yaml
bolt-3.26.1 guides/modulepath.yaml
bolt-3.25.0 guides/modulepath.yaml
bolt-3.24.0 guides/modulepath.yaml
bolt-3.23.1 guides/modulepath.yaml
bolt-3.23.0 guides/modulepath.yaml
bolt-3.22.1 guides/modulepath.yaml
bolt-3.22.0 guides/modulepath.yaml
bolt-3.21.0 guides/modulepath.yaml
bolt-3.20.0 guides/modulepath.yaml
bolt-3.19.0 guides/modulepath.yaml
bolt-3.18.0 guides/modulepath.yaml
bolt-3.17.0 guides/modulepath.yaml
bolt-3.16.1 guides/modulepath.yaml