Properties
				
					
					cwd
					cwd: undefined | string = Option.String(`--cwd`, {hidden: true})
					
				
				
					
					json
					json: boolean = Option.Boolean(`--json`, false, {description: `Format the output as an NDJSON stream`,})
					
				
				
					
					Static paths
					paths: string[][] = [[`plugin`, `list`],]
					
				
				
					
					Static usage
					usage
: Usage = Command.Usage({category: `Plugin-related commands`,description: `list the available official plugins`,details: `This command prints the plugins available directly from the Yarn repository. Only those plugins can be referenced by name in \`yarn plugin import\`.`,examples: [[`List the official plugins`,`$0 plugin list`,]],})