mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-21 01:42:26 +00:00
Document --quiet option for plugin install
This commit is contained in:
parent
572fe29fe6
commit
78d11bffd0
@ -32,7 +32,7 @@
|
||||
exports.install = {
|
||||
signature: 'plugin install <name>',
|
||||
description: 'install a plugin',
|
||||
help: 'Use this command to install a resin plugin\n\nExamples:\n $ resin plugin install hello',
|
||||
help: 'Use this command to install a resin plugin\n\nUse `--quiet` to prevent information logging.\n\nExamples:\n $ resin plugin install hello',
|
||||
permission: 'user',
|
||||
action: function(params, options, done) {
|
||||
return plugins.install(params.name, function(error) {
|
||||
|
@ -36,6 +36,8 @@ exports.install =
|
||||
help: '''
|
||||
Use this command to install a resin plugin
|
||||
|
||||
Use `--quiet` to prevent information logging.
|
||||
|
||||
Examples:
|
||||
$ resin plugin install hello
|
||||
'''
|
||||
|
Loading…
x
Reference in New Issue
Block a user