Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 908 Bytes

File metadata and controls

34 lines (22 loc) · 908 Bytes

hostinger wordpress plugins list-installed

List installed WordPress plugins

Synopsis

List plugins installed on a WordPress installation, including their status, available updates and known vulnerabilities.

Provide the WordPress installation (software) identifier in the path. It can be obtained from GET /api/hosting/v1/wordpress/installations (the id field).

hostinger wordpress plugins list-installed <username> <software> [flags]

Options

      --category string   Filter installed plugins by category. (one of: cache)
  -h, --help              help for list-installed

Options inherited from parent commands

      --config string   Config file (default is $HOME/.hostinger.yaml)
      --format string   Output format type (json|table|tree), default: table

SEE ALSO