mirror of
https://github.com/getgrav/grav.git
synced 2026-07-05 18:27:38 +02:00
To help user that need to install specific version of a package. So far it wasn't absolutely clear how to achieve and some users ended up asking for help or opening issues asking for the feature.
This commit is contained in:
committed by
Andy Miller
parent
f45362b5b5
commit
41e7142dfc
@@ -31,7 +31,7 @@ class DirectInstallCommand extends ConsoleCommand
|
||||
->addArgument(
|
||||
'package-file',
|
||||
InputArgument::REQUIRED,
|
||||
'The local location or remote URL to an installable package file'
|
||||
'Installable package local <path> or remote <URL>. Can install specific version'
|
||||
)
|
||||
->setDescription("Installs Grav, plugin, or theme directly from a file or a URL")
|
||||
->setHelp('The <info>direct-install</info> command installs Grav, plugin, or theme directly from a file or a URL');
|
||||
|
||||
@@ -80,7 +80,7 @@ class InstallCommand extends ConsoleCommand
|
||||
->addArgument(
|
||||
'package',
|
||||
InputArgument::IS_ARRAY | InputArgument::REQUIRED,
|
||||
'The package(s) that are desired to be installed. Use the "index" command for a list of packages'
|
||||
'Package(s) to install. Use "bin/gpm index" to list packages. Use "bin/gpm direct-install" to install a specific version'
|
||||
)
|
||||
->setDescription("Performs the installation of plugins and themes")
|
||||
->setHelp('The <info>install</info> command allows to install plugins and themes');
|
||||
|
||||
Reference in New Issue
Block a user