@springmicro/cli 0.3.0 → 0.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,72 +1,36 @@
1
- # @springmicro/cli
2
-
3
- Command line utilities for SpringMicroHost.
4
-
5
- [![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
6
- [![Version](https://img.shields.io/npm/v/@springmicro/cli.svg)](https://npmjs.org/package/@springmicro/cli)
7
- [![Downloads/week](https://img.shields.io/npm/dw/@springmicro/cli.svg)](https://npmjs.org/package/@springmicro/cli)
8
-
1
+ # @springmicro/cli
2
+
3
+ Command line utilities for SpringMicroHost.
4
+
5
+ [![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
6
+ [![Version](https://img.shields.io/npm/v/@springmicro/cli.svg)](https://npmjs.org/package/@springmicro/cli)
7
+ [![Downloads/week](https://img.shields.io/npm/dw/@springmicro/cli.svg)](https://npmjs.org/package/@springmicro/cli)
8
+
9
9
  <!-- toc -->
10
10
  * [@springmicro/cli](#springmicrocli)
11
11
  * [Usage](#usage)
12
12
  * [Commands](#commands)
13
13
  * [Development](#development)
14
- <!-- tocstop -->
15
- * [@springmicro/cli](#springmicrocli)
16
- * [Usage](#usage)
17
- * [Commands](#commands)
18
- * [Development](#development)
19
- <!-- tocstop -->
20
-
21
- - [@springmicro/cli](#springmicrocli)
22
- - [Usage](#usage)
23
- - [Commands](#commands)
24
- <!-- tocstop -->
25
-
26
- # Usage
27
-
14
+ <!-- tocstop -->
15
+
16
+ # Usage
17
+
28
18
  <!-- usage -->
29
19
  ```sh-session
30
20
  $ npm install -g @springmicro/cli
31
21
  $ springmicro COMMAND
32
22
  running command...
33
23
  $ springmicro (--version)
34
- @springmicro/cli/0.3.0 win32-x64 node-v20.15.0
24
+ @springmicro/cli/0.3.4 linux-x64 node-v22.11.0
35
25
  $ springmicro --help [COMMAND]
36
26
  USAGE
37
27
  $ springmicro COMMAND
38
28
  ...
39
29
  ```
40
- <!-- usagestop -->
41
- ```sh-session
42
- $ npm install -g @springmicro/cli
43
- $ springmicro COMMAND
44
- running command...
45
- $ springmicro (--version)
46
- @springmicro/cli/0.2.0-alpha.3 win32-x64 node-v20.15.0
47
- $ springmicro --help [COMMAND]
48
- USAGE
49
- $ springmicro COMMAND
50
- ...
51
- ```
52
- <!-- usagestop -->
53
-
54
- ```sh-session
55
- $ npm install -g @springmicro/cli
56
- $ springmicro COMMAND
57
- running command...
58
- $ springmicro (--version)
59
- @springmicro/cli/0.1.5 win32-x64 node-v18.17.1
60
- $ springmicro --help [COMMAND]
61
- USAGE
62
- $ springmicro COMMAND
63
- ...
64
- ```
65
-
66
- <!-- usagestop -->
67
-
68
- # Commands
69
-
30
+ <!-- usagestop -->
31
+
32
+ # Commands
33
+
70
34
  <!-- commands -->
71
35
  * [`springmicro add auth`](#springmicro-add-auth)
72
36
  * [`springmicro add form`](#springmicro-add-form)
@@ -99,7 +63,7 @@ EXAMPLES
99
63
  $ springmicro add auth
100
64
  ```
101
65
 
102
- _See code: [src/commands/add/auth.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.3.0/src/commands/add/auth.ts)_
66
+ _See code: [src/commands/add/auth.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.3.4/src/commands/add/auth.ts)_
103
67
 
104
68
  ## `springmicro add form`
105
69
 
@@ -119,7 +83,7 @@ EXAMPLES
119
83
  $ springmicro add form
120
84
  ```
121
85
 
122
- _See code: [src/commands/add/form.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.3.0/src/commands/add/form.ts)_
86
+ _See code: [src/commands/add/form.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.3.4/src/commands/add/form.ts)_
123
87
 
124
88
  ## `springmicro help [COMMAND]`
125
89
 
@@ -139,7 +103,7 @@ DESCRIPTION
139
103
  Display help for springmicro.
140
104
  ```
141
105
 
142
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.7/src/commands/help.ts)_
106
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.18/src/commands/help.ts)_
143
107
 
144
108
  ## `springmicro init PROJECTTYPE`
145
109
 
@@ -162,7 +126,7 @@ EXAMPLES
162
126
  $ springmicro init astro -n example
163
127
  ```
164
128
 
165
- _See code: [src/commands/init/index.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.3.0/src/commands/init/index.ts)_
129
+ _See code: [src/commands/init/index.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.3.4/src/commands/init/index.ts)_
166
130
 
167
131
  ## `springmicro init astro`
168
132
 
@@ -182,7 +146,7 @@ EXAMPLES
182
146
  $ springmicro init astro -n <project-name>
183
147
  ```
184
148
 
185
- _See code: [src/commands/init/astro.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.3.0/src/commands/init/astro.ts)_
149
+ _See code: [src/commands/init/astro.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.3.4/src/commands/init/astro.ts)_
186
150
 
187
151
  ## `springmicro plugins`
188
152
 
@@ -205,7 +169,7 @@ EXAMPLES
205
169
  $ springmicro plugins
206
170
  ```
207
171
 
208
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.9/src/commands/plugins/index.ts)_
172
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.17/src/commands/plugins/index.ts)_
209
173
 
210
174
  ## `springmicro plugins add PLUGIN`
211
175
 
@@ -279,7 +243,7 @@ EXAMPLES
279
243
  $ springmicro plugins inspect myplugin
280
244
  ```
281
245
 
282
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.9/src/commands/plugins/inspect.ts)_
246
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.17/src/commands/plugins/inspect.ts)_
283
247
 
284
248
  ## `springmicro plugins install PLUGIN`
285
249
 
@@ -328,7 +292,7 @@ EXAMPLES
328
292
  $ springmicro plugins install someuser/someplugin
329
293
  ```
330
294
 
331
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.9/src/commands/plugins/install.ts)_
295
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.17/src/commands/plugins/install.ts)_
332
296
 
333
297
  ## `springmicro plugins link PATH`
334
298
 
@@ -348,6 +312,7 @@ FLAGS
348
312
 
349
313
  DESCRIPTION
350
314
  Links a plugin into the CLI for development.
315
+
351
316
  Installation of a linked plugin will override a user-installed or core plugin.
352
317
 
353
318
  e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'
@@ -358,7 +323,7 @@ EXAMPLES
358
323
  $ springmicro plugins link myplugin
359
324
  ```
360
325
 
361
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.9/src/commands/plugins/link.ts)_
326
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.17/src/commands/plugins/link.ts)_
362
327
 
363
328
  ## `springmicro plugins remove [PLUGIN]`
364
329
 
@@ -399,7 +364,7 @@ FLAGS
399
364
  --reinstall Reinstall all plugins after uninstalling.
400
365
  ```
401
366
 
402
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.9/src/commands/plugins/reset.ts)_
367
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.17/src/commands/plugins/reset.ts)_
403
368
 
404
369
  ## `springmicro plugins uninstall [PLUGIN]`
405
370
 
@@ -427,7 +392,7 @@ EXAMPLES
427
392
  $ springmicro plugins uninstall myplugin
428
393
  ```
429
394
 
430
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.9/src/commands/plugins/uninstall.ts)_
395
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.17/src/commands/plugins/uninstall.ts)_
431
396
 
432
397
  ## `springmicro plugins unlink [PLUGIN]`
433
398
 
@@ -471,1503 +436,16 @@ DESCRIPTION
471
436
  Update installed plugins.
472
437
  ```
473
438
 
474
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.9/src/commands/plugins/update.ts)_
475
- <!-- commandsstop -->
476
- * [`springmicro add auth`](#springmicro-add-auth)
477
- * [`springmicro help [COMMAND]`](#springmicro-help-command)
478
- * [`springmicro init PROJECTTYPE`](#springmicro-init-projecttype)
479
- * [`springmicro init astro`](#springmicro-init-astro)
480
- * [`springmicro plugins`](#springmicro-plugins)
481
- * [`springmicro plugins add PLUGIN`](#springmicro-plugins-add-plugin)
482
- * [`springmicro plugins:inspect PLUGIN...`](#springmicro-pluginsinspect-plugin)
483
- * [`springmicro plugins install PLUGIN`](#springmicro-plugins-install-plugin)
484
- * [`springmicro plugins link PATH`](#springmicro-plugins-link-path)
485
- * [`springmicro plugins remove [PLUGIN]`](#springmicro-plugins-remove-plugin)
486
- * [`springmicro plugins reset`](#springmicro-plugins-reset)
487
- * [`springmicro plugins uninstall [PLUGIN]`](#springmicro-plugins-uninstall-plugin)
488
- * [`springmicro plugins unlink [PLUGIN]`](#springmicro-plugins-unlink-plugin)
489
- * [`springmicro plugins update`](#springmicro-plugins-update)
490
-
491
- ## `springmicro add auth`
492
-
493
- describe the command here
494
-
495
- ```
496
- USAGE
497
- $ springmicro add auth
498
-
499
- DESCRIPTION
500
- describe the command here
501
-
502
- EXAMPLES
503
- $ springmicro add auth
504
- ```
505
-
506
- _See code: [src/commands/add/auth.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.2.0-alpha.3/src/commands/add/auth.ts)_
507
-
508
- ## `springmicro help [COMMAND]`
509
-
510
- Display help for springmicro.
511
-
512
- ```
513
- USAGE
514
- $ springmicro help [COMMAND...] [-n]
515
-
516
- ARGUMENTS
517
- COMMAND... Command to show help for.
518
-
519
- FLAGS
520
- -n, --nested-commands Include all nested commands in the output.
521
-
522
- DESCRIPTION
523
- Display help for springmicro.
524
- ```
525
-
526
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.5/src/commands/help.ts)_
527
-
528
- ## `springmicro init PROJECTTYPE`
529
-
530
- Initialize a JavaScript framework project according to SpringMicroHost's specifications.
531
-
532
- ```
533
- USAGE
534
- $ springmicro init PROJECTTYPE -n <value>
535
-
536
- ARGUMENTS
537
- PROJECTTYPE Project type (astro)
538
-
539
- FLAGS
540
- -n, --name=<value> (required) Project name
541
-
542
- DESCRIPTION
543
- Initialize a JavaScript framework project according to SpringMicroHost's specifications.
544
-
545
- EXAMPLES
546
- $ springmicro init astro -n example
547
- ```
548
-
549
- _See code: [src/commands/init/index.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.2.0-alpha.3/src/commands/init/index.ts)_
550
-
551
- ## `springmicro init astro`
552
-
553
- Initialize a Astro project according to SpringMicroHost's specifications.
554
-
555
- ```
556
- USAGE
557
- $ springmicro init astro -n <value>
558
-
559
- FLAGS
560
- -n, --name=<value> (required) Project name
561
-
562
- DESCRIPTION
563
- Initialize a Astro project according to SpringMicroHost's specifications.
564
-
565
- EXAMPLES
566
- $ springmicro init astro -n <project-name>
567
- ```
568
-
569
- _See code: [src/commands/init/astro.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.2.0-alpha.3/src/commands/init/astro.ts)_
570
-
571
- ## `springmicro plugins`
572
-
573
- List installed plugins.
574
-
575
- ```
576
- USAGE
577
- $ springmicro plugins [--json] [--core]
578
-
579
- FLAGS
580
- --core Show core plugins.
581
-
582
- GLOBAL FLAGS
583
- --json Format output as json.
584
-
585
- DESCRIPTION
586
- List installed plugins.
587
-
588
- EXAMPLES
589
- $ springmicro plugins
590
- ```
591
-
592
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.4/src/commands/plugins/index.ts)_
593
-
594
- ## `springmicro plugins add PLUGIN`
595
-
596
- Installs a plugin into springmicro.
597
-
598
- ```
599
- USAGE
600
- $ springmicro plugins add PLUGIN... [--json] [-f] [-h] [-s | -v]
601
-
602
- ARGUMENTS
603
- PLUGIN... Plugin to install.
604
-
605
- FLAGS
606
- -f, --force Force npm to fetch remote resources even if a local copy exists on disk.
607
- -h, --help Show CLI help.
608
- -s, --silent Silences npm output.
609
- -v, --verbose Show verbose npm output.
610
-
611
- GLOBAL FLAGS
612
- --json Format output as json.
613
-
614
- DESCRIPTION
615
- Installs a plugin into springmicro.
616
-
617
- Uses npm to install plugins.
618
-
619
- Installation of a user-installed plugin will override a core plugin.
620
-
621
- Use the SPRINGMICRO_NPM_LOG_LEVEL environment variable to set the npm loglevel.
622
- Use the SPRINGMICRO_NPM_REGISTRY environment variable to set the npm registry.
623
-
624
- ALIASES
625
- $ springmicro plugins add
626
-
627
- EXAMPLES
628
- Install a plugin from npm registry.
629
-
630
- $ springmicro plugins add myplugin
631
-
632
- Install a plugin from a github url.
633
-
634
- $ springmicro plugins add https://github.com/someuser/someplugin
635
-
636
- Install a plugin from a github slug.
637
-
638
- $ springmicro plugins add someuser/someplugin
639
- ```
640
-
641
- ## `springmicro plugins:inspect PLUGIN...`
642
-
643
- Displays installation properties of a plugin.
644
-
645
- ```
646
- USAGE
647
- $ springmicro plugins inspect PLUGIN...
648
-
649
- ARGUMENTS
650
- PLUGIN... [default: .] Plugin to inspect.
651
-
652
- FLAGS
653
- -h, --help Show CLI help.
654
- -v, --verbose
655
-
656
- GLOBAL FLAGS
657
- --json Format output as json.
658
-
659
- DESCRIPTION
660
- Displays installation properties of a plugin.
661
-
662
- EXAMPLES
663
- $ springmicro plugins inspect myplugin
664
- ```
665
-
666
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.4/src/commands/plugins/inspect.ts)_
667
-
668
- ## `springmicro plugins install PLUGIN`
669
-
670
- Installs a plugin into springmicro.
671
-
672
- ```
673
- USAGE
674
- $ springmicro plugins install PLUGIN... [--json] [-f] [-h] [-s | -v]
675
-
676
- ARGUMENTS
677
- PLUGIN... Plugin to install.
678
-
679
- FLAGS
680
- -f, --force Force npm to fetch remote resources even if a local copy exists on disk.
681
- -h, --help Show CLI help.
682
- -s, --silent Silences npm output.
683
- -v, --verbose Show verbose npm output.
684
-
685
- GLOBAL FLAGS
686
- --json Format output as json.
687
-
688
- DESCRIPTION
689
- Installs a plugin into springmicro.
690
-
691
- Uses npm to install plugins.
692
-
693
- Installation of a user-installed plugin will override a core plugin.
694
-
695
- Use the SPRINGMICRO_NPM_LOG_LEVEL environment variable to set the npm loglevel.
696
- Use the SPRINGMICRO_NPM_REGISTRY environment variable to set the npm registry.
697
-
698
- ALIASES
699
- $ springmicro plugins add
700
-
701
- EXAMPLES
702
- Install a plugin from npm registry.
703
-
704
- $ springmicro plugins install myplugin
705
-
706
- Install a plugin from a github url.
707
-
708
- $ springmicro plugins install https://github.com/someuser/someplugin
709
-
710
- Install a plugin from a github slug.
711
-
712
- $ springmicro plugins install someuser/someplugin
713
- ```
714
-
715
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.4/src/commands/plugins/install.ts)_
716
-
717
- ## `springmicro plugins link PATH`
718
-
719
- Links a plugin into the CLI for development.
720
-
721
- ```
722
- USAGE
723
- $ springmicro plugins link PATH [-h] [--install] [-v]
724
-
725
- ARGUMENTS
726
- PATH [default: .] path to plugin
727
-
728
- FLAGS
729
- -h, --help Show CLI help.
730
- -v, --verbose
731
- --[no-]install Install dependencies after linking the plugin.
732
-
733
- DESCRIPTION
734
- Links a plugin into the CLI for development.
735
- Installation of a linked plugin will override a user-installed or core plugin.
736
-
737
- e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'
738
- command will override the user-installed or core plugin implementation. This is useful for development work.
739
-
740
-
741
- EXAMPLES
742
- $ springmicro plugins link myplugin
743
- ```
744
-
745
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.4/src/commands/plugins/link.ts)_
746
-
747
- ## `springmicro plugins remove [PLUGIN]`
748
-
749
- Removes a plugin from the CLI.
750
-
751
- ```
752
- USAGE
753
- $ springmicro plugins remove [PLUGIN...] [-h] [-v]
754
-
755
- ARGUMENTS
756
- PLUGIN... plugin to uninstall
757
-
758
- FLAGS
759
- -h, --help Show CLI help.
760
- -v, --verbose
761
-
762
- DESCRIPTION
763
- Removes a plugin from the CLI.
764
-
765
- ALIASES
766
- $ springmicro plugins unlink
767
- $ springmicro plugins remove
768
-
769
- EXAMPLES
770
- $ springmicro plugins remove myplugin
771
- ```
772
-
773
- ## `springmicro plugins reset`
774
-
775
- Remove all user-installed and linked plugins.
776
-
777
- ```
778
- USAGE
779
- $ springmicro plugins reset [--hard] [--reinstall]
780
-
781
- FLAGS
782
- --hard Delete node_modules and package manager related files in addition to uninstalling plugins.
783
- --reinstall Reinstall all plugins after uninstalling.
784
- ```
785
-
786
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.4/src/commands/plugins/reset.ts)_
787
-
788
- ## `springmicro plugins uninstall [PLUGIN]`
789
-
790
- Removes a plugin from the CLI.
791
-
792
- ```
793
- USAGE
794
- $ springmicro plugins uninstall [PLUGIN...] [-h] [-v]
795
-
796
- ARGUMENTS
797
- PLUGIN... plugin to uninstall
798
-
799
- FLAGS
800
- -h, --help Show CLI help.
801
- -v, --verbose
802
-
803
- DESCRIPTION
804
- Removes a plugin from the CLI.
805
-
806
- ALIASES
807
- $ springmicro plugins unlink
808
- $ springmicro plugins remove
809
-
810
- EXAMPLES
811
- $ springmicro plugins uninstall myplugin
812
- ```
813
-
814
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.4/src/commands/plugins/uninstall.ts)_
815
-
816
- ## `springmicro plugins unlink [PLUGIN]`
817
-
818
- Removes a plugin from the CLI.
819
-
820
- ```
821
- USAGE
822
- $ springmicro plugins unlink [PLUGIN...] [-h] [-v]
823
-
824
- ARGUMENTS
825
- PLUGIN... plugin to uninstall
826
-
827
- FLAGS
828
- -h, --help Show CLI help.
829
- -v, --verbose
830
-
831
- DESCRIPTION
832
- Removes a plugin from the CLI.
833
-
834
- ALIASES
835
- $ springmicro plugins unlink
836
- $ springmicro plugins remove
837
-
838
- EXAMPLES
839
- $ springmicro plugins unlink myplugin
840
- ```
841
-
842
- ## `springmicro plugins update`
843
-
844
- Update installed plugins.
845
-
846
- ```
847
- USAGE
848
- $ springmicro plugins update [-h] [-v]
849
-
850
- FLAGS
851
- -h, --help Show CLI help.
852
- -v, --verbose
853
-
854
- DESCRIPTION
855
- Update installed plugins.
856
- ```
857
-
858
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.4/src/commands/plugins/update.ts)_
859
- <!-- commandsstop -->
860
-
861
- - [`springmicro help [COMMAND]`](#springmicro-help-command)
862
- - [`springmicro init PROJECTTYPE`](#springmicro-init-projecttype)
863
- - [`springmicro init astro`](#springmicro-init-astro)
864
- - [`springmicro plugins`](#springmicro-plugins)
865
- - [`springmicro plugins add PLUGIN`](#springmicro-plugins-add-plugin)
866
- - [`springmicro plugins:inspect PLUGIN...`](#springmicro-pluginsinspect-plugin)
867
- - [`springmicro plugins install PLUGIN`](#springmicro-plugins-install-plugin)
868
- - [`springmicro plugins link PATH`](#springmicro-plugins-link-path)
869
- - [`springmicro plugins remove [PLUGIN]`](#springmicro-plugins-remove-plugin)
870
- - [`springmicro plugins reset`](#springmicro-plugins-reset)
871
- - [`springmicro plugins uninstall [PLUGIN]`](#springmicro-plugins-uninstall-plugin)
872
- - [`springmicro plugins unlink [PLUGIN]`](#springmicro-plugins-unlink-plugin)
873
- - [`springmicro plugins update`](#springmicro-plugins-update)
874
-
875
- ## `springmicro help [COMMAND]`
876
-
877
- Display help for springmicro.
878
-
879
- ```
880
- USAGE
881
- $ springmicro help [COMMAND...] [-n]
882
-
883
- ARGUMENTS
884
- COMMAND... Command to show help for.
885
-
886
- FLAGS
887
- -n, --nested-commands Include all nested commands in the output.
888
-
889
- DESCRIPTION
890
- Display help for springmicro.
891
- ```
892
-
893
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.0/src/commands/help.ts)_
894
-
895
- ## `springmicro init PROJECTTYPE`
896
-
897
- Initialize a JavaScript framework project according to SpringMicroHost's specifications.
898
-
899
- ```
900
- USAGE
901
- $ springmicro init PROJECTTYPE -n <value>
902
-
903
- ARGUMENTS
904
- PROJECTTYPE Project type (astro)
905
-
906
- FLAGS
907
- -n, --name=<value> (required) Project name
908
-
909
- DESCRIPTION
910
- Initialize a JavaScript framework project according to SpringMicroHost's specifications.
911
-
912
- EXAMPLES
913
- $ springmicro init astro -n example
914
- ```
915
-
916
- _See code: [src/commands/init/index.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.1.5/src/commands/init/index.ts)_
917
-
918
- ## `springmicro init astro`
919
-
920
- Initialize a Astro project according to SpringMicroHost's specifications.
921
-
922
- ```
923
- USAGE
924
- $ springmicro init astro -n <value>
925
-
926
- FLAGS
927
- -n, --name=<value> (required) Project name
928
-
929
- DESCRIPTION
930
- Initialize a Astro project according to SpringMicroHost's specifications.
931
-
932
- EXAMPLES
933
- $ springmicro init astro -n <project-name>
934
- ```
935
-
936
- _See code: [src/commands/init/astro.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.1.5/src/commands/init/astro.ts)_
937
-
938
- ## `springmicro plugins`
939
-
940
- List installed plugins.
941
-
942
- ```
943
- USAGE
944
- $ springmicro plugins [--json] [--core]
945
-
946
- FLAGS
947
- --core Show core plugins.
948
-
949
- GLOBAL FLAGS
950
- --json Format output as json.
951
-
952
- DESCRIPTION
953
- List installed plugins.
954
-
955
- EXAMPLES
956
- $ springmicro plugins
957
- ```
958
-
959
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.3/src/commands/plugins/index.ts)_
960
-
961
- ## `springmicro plugins add PLUGIN`
962
-
963
- Installs a plugin into springmicro.
964
-
965
- ```
966
- USAGE
967
- $ springmicro plugins add PLUGIN... [--json] [-f] [-h] [-s | -v]
968
-
969
- ARGUMENTS
970
- PLUGIN... Plugin to install.
971
-
972
- FLAGS
973
- -f, --force Force npm to fetch remote resources even if a local copy exists on disk.
974
- -h, --help Show CLI help.
975
- -s, --silent Silences npm output.
976
- -v, --verbose Show verbose npm output.
977
-
978
- GLOBAL FLAGS
979
- --json Format output as json.
980
-
981
- DESCRIPTION
982
- Installs a plugin into springmicro.
983
-
984
- Uses npm to install plugins.
985
-
986
- Installation of a user-installed plugin will override a core plugin.
987
-
988
- Use the SPRINGMICRO_NPM_LOG_LEVEL environment variable to set the npm loglevel.
989
- Use the SPRINGMICRO_NPM_REGISTRY environment variable to set the npm registry.
990
-
991
- ALIASES
992
- $ springmicro plugins add
993
-
994
- EXAMPLES
995
- Install a plugin from npm registry.
996
-
997
- $ springmicro plugins add myplugin
998
-
999
- Install a plugin from a github url.
1000
-
1001
- $ springmicro plugins add https://github.com/someuser/someplugin
1002
-
1003
- Install a plugin from a github slug.
1004
-
1005
- $ springmicro plugins add someuser/someplugin
1006
- ```
1007
-
1008
- ## `springmicro plugins:inspect PLUGIN...`
1009
-
1010
- Displays installation properties of a plugin.
1011
-
1012
- ```
1013
- USAGE
1014
- $ springmicro plugins inspect PLUGIN...
1015
-
1016
- ARGUMENTS
1017
- PLUGIN... [default: .] Plugin to inspect.
1018
-
1019
- FLAGS
1020
- -h, --help Show CLI help.
1021
- -v, --verbose
1022
-
1023
- GLOBAL FLAGS
1024
- --json Format output as json.
1025
-
1026
- DESCRIPTION
1027
- Displays installation properties of a plugin.
1028
-
1029
- EXAMPLES
1030
- $ springmicro plugins inspect myplugin
1031
- ```
1032
-
1033
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.3/src/commands/plugins/inspect.ts)_
1034
-
1035
- ## `springmicro plugins install PLUGIN`
1036
-
1037
- Installs a plugin into springmicro.
1038
-
1039
- ```
1040
- USAGE
1041
- $ springmicro plugins install PLUGIN... [--json] [-f] [-h] [-s | -v]
1042
-
1043
- ARGUMENTS
1044
- PLUGIN... Plugin to install.
1045
-
1046
- FLAGS
1047
- -f, --force Force npm to fetch remote resources even if a local copy exists on disk.
1048
- -h, --help Show CLI help.
1049
- -s, --silent Silences npm output.
1050
- -v, --verbose Show verbose npm output.
1051
-
1052
- GLOBAL FLAGS
1053
- --json Format output as json.
1054
-
1055
- DESCRIPTION
1056
- Installs a plugin into springmicro.
1057
-
1058
- Uses npm to install plugins.
1059
-
1060
- Installation of a user-installed plugin will override a core plugin.
1061
-
1062
- Use the SPRINGMICRO_NPM_LOG_LEVEL environment variable to set the npm loglevel.
1063
- Use the SPRINGMICRO_NPM_REGISTRY environment variable to set the npm registry.
1064
-
1065
- ALIASES
1066
- $ springmicro plugins add
1067
-
1068
- EXAMPLES
1069
- Install a plugin from npm registry.
1070
-
1071
- $ springmicro plugins install myplugin
1072
-
1073
- Install a plugin from a github url.
1074
-
1075
- $ springmicro plugins install https://github.com/someuser/someplugin
1076
-
1077
- Install a plugin from a github slug.
1078
-
1079
- $ springmicro plugins install someuser/someplugin
1080
- ```
1081
-
1082
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.3/src/commands/plugins/install.ts)_
1083
-
1084
- ## `springmicro plugins link PATH`
1085
-
1086
- Links a plugin into the CLI for development.
1087
-
1088
- ```
1089
- USAGE
1090
- $ springmicro plugins link PATH [-h] [--install] [-v]
1091
-
1092
- ARGUMENTS
1093
- PATH [default: .] path to plugin
1094
-
1095
- FLAGS
1096
- -h, --help Show CLI help.
1097
- -v, --verbose
1098
- --[no-]install Install dependencies after linking the plugin.
1099
-
1100
- DESCRIPTION
1101
- Links a plugin into the CLI for development.
1102
- Installation of a linked plugin will override a user-installed or core plugin.
1103
-
1104
- e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'
1105
- command will override the user-installed or core plugin implementation. This is useful for development work.
1106
-
1107
-
1108
- EXAMPLES
1109
- $ springmicro plugins link myplugin
1110
- ```
1111
-
1112
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.3/src/commands/plugins/link.ts)_
1113
-
1114
- ## `springmicro plugins remove [PLUGIN]`
1115
-
1116
- Removes a plugin from the CLI.
1117
-
1118
- ```
1119
- USAGE
1120
- $ springmicro plugins remove [PLUGIN...] [-h] [-v]
1121
-
1122
- ARGUMENTS
1123
- PLUGIN... plugin to uninstall
1124
-
1125
- FLAGS
1126
- -h, --help Show CLI help.
1127
- -v, --verbose
1128
-
1129
- DESCRIPTION
1130
- Removes a plugin from the CLI.
1131
-
1132
- ALIASES
1133
- $ springmicro plugins unlink
1134
- $ springmicro plugins remove
1135
-
1136
- EXAMPLES
1137
- $ springmicro plugins remove myplugin
1138
- ```
1139
-
1140
- ## `springmicro plugins reset`
1141
-
1142
- Remove all user-installed and linked plugins.
1143
-
1144
- ```
1145
- USAGE
1146
- $ springmicro plugins reset [--hard] [--reinstall]
1147
-
1148
- FLAGS
1149
- --hard Delete node_modules and package manager related files in addition to uninstalling plugins.
1150
- --reinstall Reinstall all plugins after uninstalling.
1151
- ```
1152
-
1153
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.3/src/commands/plugins/reset.ts)_
1154
-
1155
- ## `springmicro plugins uninstall [PLUGIN]`
1156
-
1157
- Removes a plugin from the CLI.
1158
-
1159
- ```
1160
- USAGE
1161
- $ springmicro plugins uninstall [PLUGIN...] [-h] [-v]
1162
-
1163
- ARGUMENTS
1164
- PLUGIN... plugin to uninstall
1165
-
1166
- FLAGS
1167
- -h, --help Show CLI help.
1168
- -v, --verbose
1169
-
1170
- DESCRIPTION
1171
- Removes a plugin from the CLI.
1172
-
1173
- ALIASES
1174
- $ springmicro plugins unlink
1175
- $ springmicro plugins remove
1176
-
1177
- EXAMPLES
1178
- $ springmicro plugins uninstall myplugin
1179
- ```
1180
-
1181
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.3/src/commands/plugins/uninstall.ts)_
1182
-
1183
- ## `springmicro plugins unlink [PLUGIN]`
1184
-
1185
- Removes a plugin from the CLI.
1186
-
1187
- ```
1188
- USAGE
1189
- $ springmicro plugins unlink [PLUGIN...] [-h] [-v]
1190
-
1191
- ARGUMENTS
1192
- PLUGIN... plugin to uninstall
1193
-
1194
- FLAGS
1195
- -h, --help Show CLI help.
1196
- -v, --verbose
1197
-
1198
- DESCRIPTION
1199
- Removes a plugin from the CLI.
1200
-
1201
- ALIASES
1202
- $ springmicro plugins unlink
1203
- $ springmicro plugins remove
1204
-
1205
- EXAMPLES
1206
- $ springmicro plugins unlink myplugin
1207
- ```
1208
-
1209
- ## `springmicro plugins update`
1210
-
1211
- Update installed plugins.
1212
-
1213
- ```
1214
- USAGE
1215
- $ springmicro plugins update [-h] [-v]
1216
-
1217
- FLAGS
1218
- -h, --help Show CLI help.
1219
- -v, --verbose
1220
-
1221
- DESCRIPTION
1222
- Update installed plugins.
1223
- ```
1224
-
1225
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.3/src/commands/plugins/update.ts)_
1226
-
1227
- <!-- commandsstop -->
1228
-
1229
- - [`springmicro help [COMMAND]`](#springmicro-help-command)
1230
- - [`springmicro init PROJECTTYPE`](#springmicro-init-projecttype)
1231
- - [`springmicro init astro`](#springmicro-init-astro)
1232
- - [`springmicro plugins`](#springmicro-plugins)
1233
- - [`springmicro plugins add PLUGIN`](#springmicro-plugins-add-plugin)
1234
- - [`springmicro plugins:inspect PLUGIN...`](#springmicro-pluginsinspect-plugin)
1235
- - [`springmicro plugins install PLUGIN`](#springmicro-plugins-install-plugin)
1236
- - [`springmicro plugins link PATH`](#springmicro-plugins-link-path)
1237
- - [`springmicro plugins remove [PLUGIN]`](#springmicro-plugins-remove-plugin)
1238
- - [`springmicro plugins reset`](#springmicro-plugins-reset)
1239
- - [`springmicro plugins uninstall [PLUGIN]`](#springmicro-plugins-uninstall-plugin)
1240
- - [`springmicro plugins unlink [PLUGIN]`](#springmicro-plugins-unlink-plugin)
1241
- - [`springmicro plugins update`](#springmicro-plugins-update)
1242
-
1243
- ## `springmicro help [COMMAND]`
1244
-
1245
- Display help for springmicro.
1246
-
1247
- ```
1248
- USAGE
1249
- $ springmicro help [COMMAND...] [-n]
1250
-
1251
- ARGUMENTS
1252
- COMMAND... Command to show help for.
1253
-
1254
- FLAGS
1255
- -n, --nested-commands Include all nested commands in the output.
1256
-
1257
- DESCRIPTION
1258
- Display help for springmicro.
1259
- ```
1260
-
1261
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.0/src/commands/help.ts)_
1262
-
1263
- ## `springmicro init PROJECTTYPE`
1264
-
1265
- Initialize a JavaScript framework project according to SpringMicroHost's specifications.
1266
-
1267
- ```
1268
- USAGE
1269
- $ springmicro init PROJECTTYPE -n <value>
1270
-
1271
- ARGUMENTS
1272
- PROJECTTYPE Project type (astro)
1273
-
1274
- FLAGS
1275
- -n, --name=<value> (required) Project name
1276
-
1277
- DESCRIPTION
1278
- Initialize a JavaScript framework project according to SpringMicroHost's specifications.
1279
-
1280
- EXAMPLES
1281
- $ springmicro init astro -n example
1282
- ```
1283
-
1284
- _See code: [src/commands/init/index.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.1.0/src/commands/init/index.ts)_
1285
-
1286
- ## `springmicro init astro`
1287
-
1288
- Initialize a Astro project according to SpringMicroHost's specifications.
1289
-
1290
- ```
1291
- USAGE
1292
- $ springmicro init astro -n <value>
1293
-
1294
- FLAGS
1295
- -n, --name=<value> (required) Project name
1296
-
1297
- DESCRIPTION
1298
- Initialize a Astro project according to SpringMicroHost's specifications.
1299
-
1300
- EXAMPLES
1301
- $ springmicro init astro -n <project-name>
1302
- ```
1303
-
1304
- _See code: [src/commands/init/astro.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.1.0/src/commands/init/astro.ts)_
1305
-
1306
- ## `springmicro plugins`
1307
-
1308
- List installed plugins.
1309
-
1310
- ```
1311
- USAGE
1312
- $ springmicro plugins [--json] [--core]
1313
-
1314
- FLAGS
1315
- --core Show core plugins.
1316
-
1317
- GLOBAL FLAGS
1318
- --json Format output as json.
1319
-
1320
- DESCRIPTION
1321
- List installed plugins.
1322
-
1323
- EXAMPLES
1324
- $ springmicro plugins
1325
- ```
1326
-
1327
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.3/src/commands/plugins/index.ts)_
1328
-
1329
- ## `springmicro plugins add PLUGIN`
1330
-
1331
- Installs a plugin into springmicro.
1332
-
1333
- ```
1334
- USAGE
1335
- $ springmicro plugins add PLUGIN... [--json] [-f] [-h] [-s | -v]
1336
-
1337
- ARGUMENTS
1338
- PLUGIN... Plugin to install.
1339
-
1340
- FLAGS
1341
- -f, --force Force npm to fetch remote resources even if a local copy exists on disk.
1342
- -h, --help Show CLI help.
1343
- -s, --silent Silences npm output.
1344
- -v, --verbose Show verbose npm output.
1345
-
1346
- GLOBAL FLAGS
1347
- --json Format output as json.
1348
-
1349
- DESCRIPTION
1350
- Installs a plugin into springmicro.
1351
-
1352
- Uses npm to install plugins.
1353
-
1354
- Installation of a user-installed plugin will override a core plugin.
1355
-
1356
- Use the SPRINGMICRO_NPM_LOG_LEVEL environment variable to set the npm loglevel.
1357
- Use the SPRINGMICRO_NPM_REGISTRY environment variable to set the npm registry.
1358
-
1359
- ALIASES
1360
- $ springmicro plugins add
1361
-
1362
- EXAMPLES
1363
- Install a plugin from npm registry.
1364
-
1365
- $ springmicro plugins add myplugin
1366
-
1367
- Install a plugin from a github url.
1368
-
1369
- $ springmicro plugins add https://github.com/someuser/someplugin
1370
-
1371
- Install a plugin from a github slug.
1372
-
1373
- $ springmicro plugins add someuser/someplugin
1374
- ```
1375
-
1376
- ## `springmicro plugins:inspect PLUGIN...`
1377
-
1378
- Displays installation properties of a plugin.
1379
-
1380
- ```
1381
- USAGE
1382
- $ springmicro plugins inspect PLUGIN...
1383
-
1384
- ARGUMENTS
1385
- PLUGIN... [default: .] Plugin to inspect.
1386
-
1387
- FLAGS
1388
- -h, --help Show CLI help.
1389
- -v, --verbose
1390
-
1391
- GLOBAL FLAGS
1392
- --json Format output as json.
1393
-
1394
- DESCRIPTION
1395
- Displays installation properties of a plugin.
1396
-
1397
- EXAMPLES
1398
- $ springmicro plugins inspect myplugin
1399
- ```
1400
-
1401
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.3/src/commands/plugins/inspect.ts)_
1402
-
1403
- ## `springmicro plugins install PLUGIN`
1404
-
1405
- Installs a plugin into springmicro.
1406
-
1407
- ```
1408
- USAGE
1409
- $ springmicro plugins install PLUGIN... [--json] [-f] [-h] [-s | -v]
1410
-
1411
- ARGUMENTS
1412
- PLUGIN... Plugin to install.
1413
-
1414
- FLAGS
1415
- -f, --force Force npm to fetch remote resources even if a local copy exists on disk.
1416
- -h, --help Show CLI help.
1417
- -s, --silent Silences npm output.
1418
- -v, --verbose Show verbose npm output.
1419
-
1420
- GLOBAL FLAGS
1421
- --json Format output as json.
1422
-
1423
- DESCRIPTION
1424
- Installs a plugin into springmicro.
1425
-
1426
- Uses npm to install plugins.
1427
-
1428
- Installation of a user-installed plugin will override a core plugin.
1429
-
1430
- Use the SPRINGMICRO_NPM_LOG_LEVEL environment variable to set the npm loglevel.
1431
- Use the SPRINGMICRO_NPM_REGISTRY environment variable to set the npm registry.
1432
-
1433
- ALIASES
1434
- $ springmicro plugins add
1435
-
1436
- EXAMPLES
1437
- Install a plugin from npm registry.
1438
-
1439
- $ springmicro plugins install myplugin
1440
-
1441
- Install a plugin from a github url.
1442
-
1443
- $ springmicro plugins install https://github.com/someuser/someplugin
1444
-
1445
- Install a plugin from a github slug.
1446
-
1447
- $ springmicro plugins install someuser/someplugin
1448
- ```
1449
-
1450
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.3/src/commands/plugins/install.ts)_
1451
-
1452
- ## `springmicro plugins link PATH`
1453
-
1454
- Links a plugin into the CLI for development.
1455
-
1456
- ```
1457
- USAGE
1458
- $ springmicro plugins link PATH [-h] [--install] [-v]
1459
-
1460
- ARGUMENTS
1461
- PATH [default: .] path to plugin
1462
-
1463
- FLAGS
1464
- -h, --help Show CLI help.
1465
- -v, --verbose
1466
- --[no-]install Install dependencies after linking the plugin.
1467
-
1468
- DESCRIPTION
1469
- Links a plugin into the CLI for development.
1470
- Installation of a linked plugin will override a user-installed or core plugin.
1471
-
1472
- e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'
1473
- command will override the user-installed or core plugin implementation. This is useful for development work.
1474
-
1475
-
1476
- EXAMPLES
1477
- $ springmicro plugins link myplugin
1478
- ```
1479
-
1480
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.3/src/commands/plugins/link.ts)_
1481
-
1482
- ## `springmicro plugins remove [PLUGIN]`
1483
-
1484
- Removes a plugin from the CLI.
1485
-
1486
- ```
1487
- USAGE
1488
- $ springmicro plugins remove [PLUGIN...] [-h] [-v]
1489
-
1490
- ARGUMENTS
1491
- PLUGIN... plugin to uninstall
1492
-
1493
- FLAGS
1494
- -h, --help Show CLI help.
1495
- -v, --verbose
1496
-
1497
- DESCRIPTION
1498
- Removes a plugin from the CLI.
1499
-
1500
- ALIASES
1501
- $ springmicro plugins unlink
1502
- $ springmicro plugins remove
1503
-
1504
- EXAMPLES
1505
- $ springmicro plugins remove myplugin
1506
- ```
1507
-
1508
- ## `springmicro plugins reset`
1509
-
1510
- Remove all user-installed and linked plugins.
1511
-
1512
- ```
1513
- USAGE
1514
- $ springmicro plugins reset [--hard] [--reinstall]
1515
-
1516
- FLAGS
1517
- --hard Delete node_modules and package manager related files in addition to uninstalling plugins.
1518
- --reinstall Reinstall all plugins after uninstalling.
1519
- ```
1520
-
1521
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.3/src/commands/plugins/reset.ts)_
1522
-
1523
- ## `springmicro plugins uninstall [PLUGIN]`
1524
-
1525
- Removes a plugin from the CLI.
1526
-
1527
- ```
1528
- USAGE
1529
- $ springmicro plugins uninstall [PLUGIN...] [-h] [-v]
1530
-
1531
- ARGUMENTS
1532
- PLUGIN... plugin to uninstall
1533
-
1534
- FLAGS
1535
- -h, --help Show CLI help.
1536
- -v, --verbose
1537
-
1538
- DESCRIPTION
1539
- Removes a plugin from the CLI.
1540
-
1541
- ALIASES
1542
- $ springmicro plugins unlink
1543
- $ springmicro plugins remove
1544
-
1545
- EXAMPLES
1546
- $ springmicro plugins uninstall myplugin
1547
- ```
1548
-
1549
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.3/src/commands/plugins/uninstall.ts)_
1550
-
1551
- ## `springmicro plugins unlink [PLUGIN]`
1552
-
1553
- Removes a plugin from the CLI.
1554
-
1555
- ```
1556
- USAGE
1557
- $ springmicro plugins unlink [PLUGIN...] [-h] [-v]
1558
-
1559
- ARGUMENTS
1560
- PLUGIN... plugin to uninstall
1561
-
1562
- FLAGS
1563
- -h, --help Show CLI help.
1564
- -v, --verbose
1565
-
1566
- DESCRIPTION
1567
- Removes a plugin from the CLI.
1568
-
1569
- ALIASES
1570
- $ springmicro plugins unlink
1571
- $ springmicro plugins remove
1572
-
1573
- EXAMPLES
1574
- $ springmicro plugins unlink myplugin
1575
- ```
1576
-
1577
- ## `springmicro plugins update`
1578
-
1579
- Update installed plugins.
1580
-
1581
- ```
1582
- USAGE
1583
- $ springmicro plugins update [-h] [-v]
1584
-
1585
- FLAGS
1586
- -h, --help Show CLI help.
1587
- -v, --verbose
1588
-
1589
- DESCRIPTION
1590
- Update installed plugins.
1591
- ```
1592
-
1593
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.3/src/commands/plugins/update.ts)_
1594
-
1595
- <!-- commandsstop -->
1596
-
1597
- - [`springmicro hello PERSON`](#springmicro-hello-person)
1598
- - [`springmicro hello world`](#springmicro-hello-world)
1599
- - [`springmicro help [COMMAND]`](#springmicro-help-command)
1600
- - [`springmicro plugins`](#springmicro-plugins)
1601
- - [`springmicro plugins add PLUGIN`](#springmicro-plugins-add-plugin)
1602
- - [`springmicro plugins:inspect PLUGIN...`](#springmicro-pluginsinspect-plugin)
1603
- - [`springmicro plugins install PLUGIN`](#springmicro-plugins-install-plugin)
1604
- - [`springmicro plugins link PATH`](#springmicro-plugins-link-path)
1605
- - [`springmicro plugins remove [PLUGIN]`](#springmicro-plugins-remove-plugin)
1606
- - [`springmicro plugins reset`](#springmicro-plugins-reset)
1607
- - [`springmicro plugins uninstall [PLUGIN]`](#springmicro-plugins-uninstall-plugin)
1608
- - [`springmicro plugins unlink [PLUGIN]`](#springmicro-plugins-unlink-plugin)
1609
- - [`springmicro plugins update`](#springmicro-plugins-update)
1610
-
1611
- ## `springmicro hello PERSON`
1612
-
1613
- Say hello
1614
-
1615
- ```
1616
- USAGE
1617
- $ springmicro hello PERSON -f <value>
1618
-
1619
- ARGUMENTS
1620
- PERSON Person to say hello to
1621
-
1622
- FLAGS
1623
- -f, --from=<value> (required) Who is saying hello
1624
-
1625
- DESCRIPTION
1626
- Say hello
1627
-
1628
- EXAMPLES
1629
- $ springmicro hello friend --from oclif
1630
- hello friend from oclif! (./src/commands/hello/index.ts)
1631
- ```
1632
-
1633
- _See code: [src/commands/hello/index.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.0.0/src/commands/hello/index.ts)_
1634
-
1635
- ## `springmicro hello world`
1636
-
1637
- Say hello world
1638
-
1639
- ```
1640
- USAGE
1641
- $ springmicro hello world
1642
-
1643
- DESCRIPTION
1644
- Say hello world
1645
-
1646
- EXAMPLES
1647
- $ springmicro hello world
1648
- hello world! (./src/commands/hello/world.ts)
1649
- ```
1650
-
1651
- _See code: [src/commands/hello/world.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.0.0/src/commands/hello/world.ts)_
1652
-
1653
- ## `springmicro help [COMMAND]`
1654
-
1655
- Display help for springmicro.
1656
-
1657
- ```
1658
- USAGE
1659
- $ springmicro help [COMMAND...] [-n]
1660
-
1661
- ARGUMENTS
1662
- COMMAND... Command to show help for.
1663
-
1664
- FLAGS
1665
- -n, --nested-commands Include all nested commands in the output.
1666
-
1667
- DESCRIPTION
1668
- Display help for springmicro.
1669
- ```
1670
-
1671
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.0/src/commands/help.ts)_
1672
-
1673
- ## `springmicro plugins`
1674
-
1675
- List installed plugins.
1676
-
1677
- ```
1678
- USAGE
1679
- $ springmicro plugins [--json] [--core]
1680
-
1681
- FLAGS
1682
- --core Show core plugins.
1683
-
1684
- GLOBAL FLAGS
1685
- --json Format output as json.
1686
-
1687
- DESCRIPTION
1688
- List installed plugins.
1689
-
1690
- EXAMPLES
1691
- $ springmicro plugins
1692
- ```
1693
-
1694
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.3/src/commands/plugins/index.ts)_
1695
-
1696
- ## `springmicro plugins add PLUGIN`
1697
-
1698
- Installs a plugin into springmicro.
1699
-
1700
- ```
1701
- USAGE
1702
- $ springmicro plugins add PLUGIN... [--json] [-f] [-h] [-s | -v]
1703
-
1704
- ARGUMENTS
1705
- PLUGIN... Plugin to install.
1706
-
1707
- FLAGS
1708
- -f, --force Force npm to fetch remote resources even if a local copy exists on disk.
1709
- -h, --help Show CLI help.
1710
- -s, --silent Silences npm output.
1711
- -v, --verbose Show verbose npm output.
1712
-
1713
- GLOBAL FLAGS
1714
- --json Format output as json.
1715
-
1716
- DESCRIPTION
1717
- Installs a plugin into springmicro.
1718
-
1719
- Uses npm to install plugins.
1720
-
1721
- Installation of a user-installed plugin will override a core plugin.
1722
-
1723
- Use the SPRINGMICRO_NPM_LOG_LEVEL environment variable to set the npm loglevel.
1724
- Use the SPRINGMICRO_NPM_REGISTRY environment variable to set the npm registry.
1725
-
1726
- ALIASES
1727
- $ springmicro plugins add
1728
-
1729
- EXAMPLES
1730
- Install a plugin from npm registry.
1731
-
1732
- $ springmicro plugins add myplugin
1733
-
1734
- Install a plugin from a github url.
1735
-
1736
- $ springmicro plugins add https://github.com/someuser/someplugin
1737
-
1738
- Install a plugin from a github slug.
1739
-
1740
- $ springmicro plugins add someuser/someplugin
1741
- ```
1742
-
1743
- ## `springmicro plugins:inspect PLUGIN...`
1744
-
1745
- Displays installation properties of a plugin.
1746
-
1747
- ```
1748
- USAGE
1749
- $ springmicro plugins inspect PLUGIN...
1750
-
1751
- ARGUMENTS
1752
- PLUGIN... [default: .] Plugin to inspect.
1753
-
1754
- FLAGS
1755
- -h, --help Show CLI help.
1756
- -v, --verbose
1757
-
1758
- GLOBAL FLAGS
1759
- --json Format output as json.
1760
-
1761
- DESCRIPTION
1762
- Displays installation properties of a plugin.
1763
-
1764
- EXAMPLES
1765
- $ springmicro plugins inspect myplugin
1766
- ```
1767
-
1768
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.3/src/commands/plugins/inspect.ts)_
1769
-
1770
- ## `springmicro plugins install PLUGIN`
1771
-
1772
- Installs a plugin into springmicro.
1773
-
1774
- ```
1775
- USAGE
1776
- $ springmicro plugins install PLUGIN... [--json] [-f] [-h] [-s | -v]
1777
-
1778
- ARGUMENTS
1779
- PLUGIN... Plugin to install.
1780
-
1781
- FLAGS
1782
- -f, --force Force npm to fetch remote resources even if a local copy exists on disk.
1783
- -h, --help Show CLI help.
1784
- -s, --silent Silences npm output.
1785
- -v, --verbose Show verbose npm output.
1786
-
1787
- GLOBAL FLAGS
1788
- --json Format output as json.
1789
-
1790
- DESCRIPTION
1791
- Installs a plugin into springmicro.
1792
-
1793
- Uses npm to install plugins.
1794
-
1795
- Installation of a user-installed plugin will override a core plugin.
1796
-
1797
- Use the SPRINGMICRO_NPM_LOG_LEVEL environment variable to set the npm loglevel.
1798
- Use the SPRINGMICRO_NPM_REGISTRY environment variable to set the npm registry.
1799
-
1800
- ALIASES
1801
- $ springmicro plugins add
1802
-
1803
- EXAMPLES
1804
- Install a plugin from npm registry.
1805
-
1806
- $ springmicro plugins install myplugin
1807
-
1808
- Install a plugin from a github url.
1809
-
1810
- $ springmicro plugins install https://github.com/someuser/someplugin
1811
-
1812
- Install a plugin from a github slug.
1813
-
1814
- $ springmicro plugins install someuser/someplugin
1815
- ```
1816
-
1817
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.3/src/commands/plugins/install.ts)_
1818
-
1819
- ## `springmicro plugins link PATH`
1820
-
1821
- Links a plugin into the CLI for development.
1822
-
1823
- ```
1824
- USAGE
1825
- $ springmicro plugins link PATH [-h] [--install] [-v]
1826
-
1827
- ARGUMENTS
1828
- PATH [default: .] path to plugin
1829
-
1830
- FLAGS
1831
- -h, --help Show CLI help.
1832
- -v, --verbose
1833
- --[no-]install Install dependencies after linking the plugin.
1834
-
1835
- DESCRIPTION
1836
- Links a plugin into the CLI for development.
1837
- Installation of a linked plugin will override a user-installed or core plugin.
1838
-
1839
- e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'
1840
- command will override the user-installed or core plugin implementation. This is useful for development work.
1841
-
1842
-
1843
- EXAMPLES
1844
- $ springmicro plugins link myplugin
1845
- ```
1846
-
1847
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.3/src/commands/plugins/link.ts)_
1848
-
1849
- ## `springmicro plugins remove [PLUGIN]`
1850
-
1851
- Removes a plugin from the CLI.
1852
-
1853
- ```
1854
- USAGE
1855
- $ springmicro plugins remove [PLUGIN...] [-h] [-v]
1856
-
1857
- ARGUMENTS
1858
- PLUGIN... plugin to uninstall
1859
-
1860
- FLAGS
1861
- -h, --help Show CLI help.
1862
- -v, --verbose
1863
-
1864
- DESCRIPTION
1865
- Removes a plugin from the CLI.
1866
-
1867
- ALIASES
1868
- $ springmicro plugins unlink
1869
- $ springmicro plugins remove
1870
-
1871
- EXAMPLES
1872
- $ springmicro plugins remove myplugin
1873
- ```
1874
-
1875
- ## `springmicro plugins reset`
1876
-
1877
- Remove all user-installed and linked plugins.
1878
-
1879
- ```
1880
- USAGE
1881
- $ springmicro plugins reset [--hard] [--reinstall]
1882
-
1883
- FLAGS
1884
- --hard Delete node_modules and package manager related files in addition to uninstalling plugins.
1885
- --reinstall Reinstall all plugins after uninstalling.
1886
- ```
1887
-
1888
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.3/src/commands/plugins/reset.ts)_
1889
-
1890
- ## `springmicro plugins uninstall [PLUGIN]`
1891
-
1892
- Removes a plugin from the CLI.
1893
-
1894
- ```
1895
- USAGE
1896
- $ springmicro plugins uninstall [PLUGIN...] [-h] [-v]
1897
-
1898
- ARGUMENTS
1899
- PLUGIN... plugin to uninstall
1900
-
1901
- FLAGS
1902
- -h, --help Show CLI help.
1903
- -v, --verbose
1904
-
1905
- DESCRIPTION
1906
- Removes a plugin from the CLI.
1907
-
1908
- ALIASES
1909
- $ springmicro plugins unlink
1910
- $ springmicro plugins remove
1911
-
1912
- EXAMPLES
1913
- $ springmicro plugins uninstall myplugin
1914
- ```
1915
-
1916
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.3/src/commands/plugins/uninstall.ts)_
1917
-
1918
- ## `springmicro plugins unlink [PLUGIN]`
1919
-
1920
- Removes a plugin from the CLI.
1921
-
1922
- ```
1923
- USAGE
1924
- $ springmicro plugins unlink [PLUGIN...] [-h] [-v]
1925
-
1926
- ARGUMENTS
1927
- PLUGIN... plugin to uninstall
1928
-
1929
- FLAGS
1930
- -h, --help Show CLI help.
1931
- -v, --verbose
1932
-
1933
- DESCRIPTION
1934
- Removes a plugin from the CLI.
1935
-
1936
- ALIASES
1937
- $ springmicro plugins unlink
1938
- $ springmicro plugins remove
1939
-
1940
- EXAMPLES
1941
- $ springmicro plugins unlink myplugin
1942
- ```
1943
-
1944
- ## `springmicro plugins update`
1945
-
1946
- Update installed plugins.
1947
-
1948
- ```
1949
- USAGE
1950
- $ springmicro plugins update [-h] [-v]
1951
-
1952
- FLAGS
1953
- -h, --help Show CLI help.
1954
- -v, --verbose
1955
-
1956
- DESCRIPTION
1957
- Update installed plugins.
1958
- ```
1959
-
1960
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.3/src/commands/plugins/update.ts)_
1961
-
1962
- <!-- commandsstop -->
1963
-
1964
- # Development
1965
-
1966
- See [https://oclif.io/docs/templates](https://oclif.io/docs/templates) for details about running the CLI in development.
1967
-
1968
- The generated CLI project contains 4 bin scripts that you can use for either production or development.
1969
-
1970
- - `bin/run.js` - Run the CLI in production (macOS and Linux)
1971
- - `bin/dev.js` - Run the CLI in development (macOS and Linux)
1972
- - `bin/run.cmd` - Run the CLI in production (Windows)
439
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.17/src/commands/plugins/update.ts)_
440
+ <!-- commandsstop -->
441
+
442
+ # Development
443
+
444
+ See [https://oclif.io/docs/templates](https://oclif.io/docs/templates) for details about running the CLI in development.
445
+
446
+ The generated CLI project contains 4 bin scripts that you can use for either production or development.
447
+
448
+ - `bin/run.js` - Run the CLI in production (macOS and Linux)
449
+ - `bin/dev.js` - Run the CLI in development (macOS and Linux)
450
+ - `bin/run.cmd` - Run the CLI in production (Windows)
1973
451
  - `bin/dev.cmd` - Run the CLI in development (Windows)