Edit on GitHub
Jump to docs navigation

Nut command / Extensions / extensions:update

Note: You are currently reading the documentation for Bolt 3.7. Looking for the documentation for Bolt 5.2 instead?

Nut's extensions:update command updates installed extension(s).

Usage

    php ./app/nut extensions:update [<name>]

Arguments

Argument Description
name Name of the extension to update

Example

Updating BoltForms

$ php ./app/nut extensions:update bolt/boltforms

Starting update of bolt/boltforms:… [DONE]
Loading composer repositories with package information
Updating dependencies
Package operations: 0 installs, 1 update, 0 removals
  - Updating bolt/boltforms (v3.0.1 => v3.1.0): Loading from cache
> Bolt\Composer\EventListener\PackageEventListener::handle
Writing lock file
Generating optimized autoload files
> Bolt\Composer\EventListener\PackageEventListener::dump


Edit this page on GitHub
Couldn't find what you were looking for? We are happy to help you in the forum, on Slack or on Github.