/aio-cli-plugin-info

Info plugin for the Adobe I/O CLI that helps developer qualify and submit their issues

Primary LanguageJavaScriptApache License 2.0Apache-2.0

oclif Version Downloads/week Codecov Coverage Github Issues Github Pull Requests

aio-cli-plugin-info


Environment info commands for troubleshooting, and reporting issues

Usage

$ aio plugins:install -g @adobe/aio-cli-plugin-info
$ # OR
$ aio discover -i
$ aio info --help

Commands

aio info

Display dev environment version information

USAGE
  $ aio info [-y | -j]

FLAGS
  -j, --json  output raw json
  -y, --yml   output yml

DESCRIPTION
  Display dev environment version information

See code: src/commands/info.js

aio report

Report an issue with the CLI or submit a feature request

USAGE
  $ aio report [-b | -f]

FLAGS
  -b, --bug      report an issue
  -f, --feature  request a feature

DESCRIPTION
  Report an issue with the CLI or submit a feature request

See code: src/commands/report.js

Contributing

Contributions are welcomed! Read the Contributing Guide for more information.

Licensing

This project is licensed under the Apache V2 License. See LICENSE for more information.