@@ -33,7 +33,7 @@ $ npm install -g apollo
3333$ apollo COMMAND
3434running command...
3535$ apollo (-v| --version| version)
36- apollo/2.33.10 darwin-arm64 node-v16.5.0
36+ apollo/2.33.11-alpha.0 darwin-arm64 node-v16.14.2
3737$ apollo --help [COMMAND]
3838USAGE
3939 $ apollo COMMAND
@@ -474,56 +474,56 @@ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.1
474474
475475## ` apollo plugins `
476476
477- list installed plugins
477+ List installed plugins.
478478
479479```
480480USAGE
481481 $ apollo plugins
482482
483483OPTIONS
484- --core show core plugins
484+ --core Show core plugins.
485485
486486EXAMPLE
487487 $ apollo plugins
488488```
489489
490- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v1.10.11 /src/commands/plugins/index.ts ) _
490+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v2.1.0 /src/commands/plugins/index.ts ) _
491491
492492## ` apollo plugins:inspect PLUGIN... `
493493
494- displays installation properties of a plugin
494+ Displays installation properties of a plugin.
495495
496496```
497497USAGE
498498 $ apollo plugins:inspect PLUGIN...
499499
500500ARGUMENTS
501- PLUGIN [default: .] plugin to inspect
501+ PLUGIN [default: .] Plugin to inspect.
502502
503503OPTIONS
504- -h, --help show CLI help
504+ -h, --help Show CLI help.
505505 -v, --verbose
506506
507507EXAMPLE
508508 $ apollo plugins:inspect myplugin
509509```
510510
511- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v1.10.11 /src/commands/plugins/inspect.ts ) _
511+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v2.1.0 /src/commands/plugins/inspect.ts ) _
512512
513513## ` apollo plugins:install PLUGIN... `
514514
515- installs a plugin into the CLI
515+ Installs a plugin into the CLI.
516516
517517```
518518USAGE
519519 $ apollo plugins:install PLUGIN...
520520
521521ARGUMENTS
522- PLUGIN plugin to install
522+ PLUGIN Plugin to install.
523523
524524OPTIONS
525- -f, --force yarn install with force flag
526- -h, --help show CLI help
525+ -f, --force Run yarn install with force flag.
526+ -h, --help Show CLI help.
527527 -v, --verbose
528528
529529DESCRIPTION
@@ -546,11 +546,11 @@ EXAMPLES
546546 $ apollo plugins:install someuser/someplugin
547547```
548548
549- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v1.10.11 /src/commands/plugins/install.ts ) _
549+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v2.1.0 /src/commands/plugins/install.ts ) _
550550
551551## ` apollo plugins:link PLUGIN `
552552
553- links a plugin into the CLI for development
553+ Links a plugin into the CLI for development.
554554
555555```
556556USAGE
@@ -560,7 +560,7 @@ ARGUMENTS
560560 PATH [default: .] path to plugin
561561
562562OPTIONS
563- -h, --help show CLI help
563+ -h, --help Show CLI help.
564564 -v, --verbose
565565
566566DESCRIPTION
@@ -576,11 +576,11 @@ EXAMPLE
576576 $ apollo plugins:link myplugin
577577```
578578
579- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v1.10.11 /src/commands/plugins/link.ts ) _
579+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v2.1.0 /src/commands/plugins/link.ts ) _
580580
581581## ` apollo plugins:uninstall PLUGIN... `
582582
583- removes a plugin from the CLI
583+ Removes a plugin from the CLI.
584584
585585```
586586USAGE
@@ -590,30 +590,30 @@ ARGUMENTS
590590 PLUGIN plugin to uninstall
591591
592592OPTIONS
593- -h, --help show CLI help
593+ -h, --help Show CLI help.
594594 -v, --verbose
595595
596596ALIASES
597597 $ apollo plugins:unlink
598598 $ apollo plugins:remove
599599```
600600
601- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v1.10.11 /src/commands/plugins/uninstall.ts ) _
601+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v2.1.0 /src/commands/plugins/uninstall.ts ) _
602602
603603## ` apollo plugins:update `
604604
605- update installed plugins
605+ Update installed plugins.
606606
607607```
608608USAGE
609609 $ apollo plugins:update
610610
611611OPTIONS
612- -h, --help show CLI help
612+ -h, --help Show CLI help.
613613 -v, --verbose
614614```
615615
616- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v1.10.11 /src/commands/plugins/update.ts ) _
616+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/v2.1.0 /src/commands/plugins/update.ts ) _
617617
618618## ` apollo service:check `
619619
0 commit comments