# aio-cli-plugin-info **Repository Path**: mirrors_adobe/aio-cli-plugin-info ## Basic Information - **Project Name**: aio-cli-plugin-info - **Description**: Info plugin for the Adobe I/O CLI that helps developer qualify and submit their issues - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-09-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io) [![Version](https://img.shields.io/npm/v/@adobe/aio-cli-plugin-info.svg)](https://npmjs.org/package/@adobe/aio-cli-plugin-info) [![Downloads/week](https://img.shields.io/npm/dw/@adobe/aio-cli-plugin-info.svg)](https://npmjs.org/package/@adobe/aio-cli-plugin-info) [![Codecov Coverage](https://img.shields.io/codecov/c/github/adobe/aio-cli-plugin-info/master.svg?style=flat-square)](https://codecov.io/gh/adobe/aio-cli-plugin-info/) [![Github Issues](https://img.shields.io/github/issues/adobe/aio-cli-plugin-info.svg)](https://github.com/adobe/aio-cli-plugin-info/issues) [![Github Pull Requests](https://img.shields.io/github/issues-pr/adobe/aio-cli-plugin-info.svg)](https://github.com/adobe/aio-cli-plugin-info/pulls) # aio-cli-plugin-info --- Environment info commands for troubleshooting, and reporting issues * [aio-cli-plugin-info](#aio-cli-plugin-info) * [Usage](#usage) * [Commands](#commands) # Usage ```sh-session $ aio plugins:install -g @adobe/aio-cli-plugin-info $ # OR $ aio discover -i $ aio info --help ``` # Commands * [`aio info`](#aio-info) * [`aio report`](#aio-report) ## `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](https://github.com/adobe/aio-cli-plugin-info/blob/4.1.0/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](https://github.com/adobe/aio-cli-plugin-info/blob/4.1.0/src/commands/report.js)_ ## Contributing Contributions are welcomed! Read the [Contributing Guide](.github/CONTRIBUTING.md) for more information. ## Licensing This project is licensed under the Apache V2 License. See [LICENSE](LICENSE) for more information.