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