update pear info (#99)

Co-authored-by: Vivek Singh <vivek@peartree.to>
This commit is contained in:
Vivek Singh
2024-04-16 14:17:56 +05:30
committed by GitHub
parent 74c4e389b8
commit c4c9746a8e

View File

@@ -115,15 +115,19 @@ Use this to indicate production release points.
--checkout=n|current Set a custom release length (version) --checkout=n|current Set a custom release length (version)
``` ```
## `pear info [key]` ## `pear info [channel|key]`
Read project information. Read project information.
Supply a key to view application info Supply a key or channel to view application information.
Without a key pear info shows Pear info Supply no argument to view platform information.
``` ```
--changelog View changelog only
--full-changelog Full record of changes
--metadata View metadata only
--key View key only
--json Newline delimited JSON output --json Newline delimited JSON output
``` ```