rbcli 0.2.6 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6e3d78e4e6025e63c9fe9ae1716d5d7fa8e472c2fa5f4cc927daefc7daea9dce
4
- data.tar.gz: 19830936b886a4e5a6474e2e8b3dfddae124fc2aca3a6edc2d9a6ccd2035055a
3
+ metadata.gz: 33e6d713e741e80cdf48db2fbb70f3792e45df71b763d6fe80a8af946d4b2289
4
+ data.tar.gz: ba6204362da692fa141bf719cec73541c7a638a71236a0168a799898ed193334
5
5
  SHA512:
6
- metadata.gz: 0d933d8ffc4df3f09f29e4d66e12dbddbd7916862f58e128ac55b7f62c77d8441546424349d9a94f45fbe549105bf1bce90b8c3c8e83089f4a5e859ca36b2eaa
7
- data.tar.gz: fe2d9b14d5cac336794df192bdd38f8869be4a1daf031ed0d51cd4828bc48dc3e3e71953297320bbcaddc174a5be8256e697baffb47596592fffb3de07b3d9f0
6
+ metadata.gz: 729410aa90d602fcd35632d2d05e5243357af944e0e0363d18fde139fc9b9713e8d94f52caad1ab270f5e709873dccebf39fb50da2519043da60748e59a5552b
7
+ data.tar.gz: 3a4bc66baf02efefa8f11f806281318d23ef28c860fff11cb7ee5d03c0a9bbb50b24b938e5923cd821e2c8c438784f18cf27a87e8b7cfc4d6b1111d5d7681545
data/CHANGELOG.md CHANGED
@@ -1,15 +1,20 @@
1
1
  # Changelog
2
2
 
3
- ## 0.2.6 (UNRELEASED)
3
+ ## 0.2.7 (Oct 17, 2018)
4
+
5
+ ### Improvements
6
+ * Added a dev mode for scripts that allows using a local RBCli copy instead of requiring the gem to be installed
7
+ * Added a
4
8
 
5
9
  ### Bugfixes
6
10
 
7
- Fixed a bug that caused the rbcli tool not to detect project folders correctly.
8
- Command parameter `prompt:` now works when `required` is set to `true`.
11
+ * Fixed a bug that caused the rbcli tool not to detect project folders correctly.
12
+ * Command parameter `prompt:` now works when `required` is set to `true`.
9
13
 
10
14
  ### Changes
11
15
 
12
- The `rbcli init` command now initializes into the current working directory instead of creating a new one.
16
+ * The `rbcli init` command now initializes into the current working directory instead of creating a new one.
17
+ * Fixed erroneous documentation about the 'merge' setting on userspace config.
13
18
 
14
19
  ## 0.2.5 (Oct 8, 2018)
15
20
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rbcli (0.2.6)
4
+ rbcli (0.2.7)
5
5
  aws-sdk-dynamodb (~> 1.6)
6
6
  colorize (~> 0.8)
7
7
  deep_merge (~> 1.2)
@@ -19,7 +19,7 @@ GEM
19
19
  public_suffix (>= 2.0.2, < 4.0)
20
20
  aws-eventstream (1.0.1)
21
21
  aws-partitions (1.105.0)
22
- aws-sdk-core (3.30.0)
22
+ aws-sdk-core (3.31.0)
23
23
  aws-eventstream (~> 1.0)
24
24
  aws-partitions (~> 1.0)
25
25
  aws-sigv4 (~> 1.0)
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  RBCli is currently in Alpha stages of development. All releases can be considered stable, though breaking changes may be made between versions.
4
4
 
5
- Latest Release: v0.2.5 (Oct 8, 2018) -- See the [changelog][changelog] for complete details.
5
+ Latest Release: v0.2.7 (Oct 17, 2018) -- See the [changelog][changelog] for complete details.
6
6
 
7
7
  [You can find the Official Documentation for RBCli Here.][documentation_home]
8
8
 
@@ -758,7 +758,7 @@
758
758
  </ul>
759
759
  </li>
760
760
  <li><code>merge_defaults</code><ul>
761
- <li>If set to <code>true</code>, user settings override default settings. If set to <code>false</code>, default settings are not loaded at all and the user is required to have all values specified in their config.</li>
761
+ <li>If set to <code>true</code>, default settings override user settings. If set to <code>false</code>, default settings are not loaded at all and the user is required to have all values specified in their config.</li>
762
762
  </ul>
763
763
  </li>
764
764
  <li><code>required</code><ul>
@@ -625,6 +625,60 @@
625
625
  <label class="md-nav__title" for="__toc">Table of contents</label>
626
626
  <ul class="md-nav__list" data-md-scrollfix>
627
627
 
628
+ <li class="md-nav__item">
629
+ <a href="#026-unreleased" title="0.2.6 (UNRELEASED)" class="md-nav__link">
630
+ 0.2.6 (UNRELEASED)
631
+ </a>
632
+
633
+ <nav class="md-nav">
634
+ <ul class="md-nav__list">
635
+
636
+ <li class="md-nav__item">
637
+ <a href="#bugfixes" title="Bugfixes" class="md-nav__link">
638
+ Bugfixes
639
+ </a>
640
+
641
+ </li>
642
+
643
+ <li class="md-nav__item">
644
+ <a href="#changes" title="Changes" class="md-nav__link">
645
+ Changes
646
+ </a>
647
+
648
+ </li>
649
+
650
+ </ul>
651
+ </nav>
652
+
653
+ </li>
654
+
655
+ <li class="md-nav__item">
656
+ <a href="#025-oct-8-2018" title="0.2.5 (Oct 8, 2018)" class="md-nav__link">
657
+ 0.2.5 (Oct 8, 2018)
658
+ </a>
659
+
660
+ <nav class="md-nav">
661
+ <ul class="md-nav__list">
662
+
663
+ <li class="md-nav__item">
664
+ <a href="#improvements" title="Improvements" class="md-nav__link">
665
+ Improvements
666
+ </a>
667
+
668
+ </li>
669
+
670
+ <li class="md-nav__item">
671
+ <a href="#bugfixes_1" title="Bugfixes" class="md-nav__link">
672
+ Bugfixes
673
+ </a>
674
+
675
+ </li>
676
+
677
+ </ul>
678
+ </nav>
679
+
680
+ </li>
681
+
628
682
  <li class="md-nav__item">
629
683
  <a href="#024-sep-4-2018" title="0.2.4 (Sep 4, 2018)" class="md-nav__link">
630
684
  0.2.4 (Sep 4, 2018)
@@ -648,7 +702,7 @@
648
702
  </li>
649
703
 
650
704
  <li class="md-nav__item">
651
- <a href="#improvements" title="Improvements" class="md-nav__link">
705
+ <a href="#improvements_1" title="Improvements" class="md-nav__link">
652
706
  Improvements
653
707
  </a>
654
708
 
@@ -675,14 +729,14 @@
675
729
  </li>
676
730
 
677
731
  <li class="md-nav__item">
678
- <a href="#bugfixes" title="Bugfixes" class="md-nav__link">
732
+ <a href="#bugfixes_2" title="Bugfixes" class="md-nav__link">
679
733
  Bugfixes
680
734
  </a>
681
735
 
682
736
  </li>
683
737
 
684
738
  <li class="md-nav__item">
685
- <a href="#improvements_1" title="Improvements" class="md-nav__link">
739
+ <a href="#improvements_2" title="Improvements" class="md-nav__link">
686
740
  Improvements
687
741
  </a>
688
742
 
@@ -716,7 +770,7 @@
716
770
  </li>
717
771
 
718
772
  <li class="md-nav__item">
719
- <a href="#bugfixes_1" title="Bugfixes" class="md-nav__link">
773
+ <a href="#bugfixes_3" title="Bugfixes" class="md-nav__link">
720
774
  Bugfixes
721
775
  </a>
722
776
 
@@ -743,14 +797,14 @@
743
797
  </li>
744
798
 
745
799
  <li class="md-nav__item">
746
- <a href="#bugfixes_2" title="Bugfixes" class="md-nav__link">
800
+ <a href="#bugfixes_4" title="Bugfixes" class="md-nav__link">
747
801
  Bugfixes
748
802
  </a>
749
803
 
750
804
  </li>
751
805
 
752
806
  <li class="md-nav__item">
753
- <a href="#improvements_2" title="Improvements" class="md-nav__link">
807
+ <a href="#improvements_3" title="Improvements" class="md-nav__link">
754
808
  Improvements
755
809
  </a>
756
810
 
@@ -816,6 +870,60 @@
816
870
  <label class="md-nav__title" for="__toc">Table of contents</label>
817
871
  <ul class="md-nav__list" data-md-scrollfix>
818
872
 
873
+ <li class="md-nav__item">
874
+ <a href="#026-unreleased" title="0.2.6 (UNRELEASED)" class="md-nav__link">
875
+ 0.2.6 (UNRELEASED)
876
+ </a>
877
+
878
+ <nav class="md-nav">
879
+ <ul class="md-nav__list">
880
+
881
+ <li class="md-nav__item">
882
+ <a href="#bugfixes" title="Bugfixes" class="md-nav__link">
883
+ Bugfixes
884
+ </a>
885
+
886
+ </li>
887
+
888
+ <li class="md-nav__item">
889
+ <a href="#changes" title="Changes" class="md-nav__link">
890
+ Changes
891
+ </a>
892
+
893
+ </li>
894
+
895
+ </ul>
896
+ </nav>
897
+
898
+ </li>
899
+
900
+ <li class="md-nav__item">
901
+ <a href="#025-oct-8-2018" title="0.2.5 (Oct 8, 2018)" class="md-nav__link">
902
+ 0.2.5 (Oct 8, 2018)
903
+ </a>
904
+
905
+ <nav class="md-nav">
906
+ <ul class="md-nav__list">
907
+
908
+ <li class="md-nav__item">
909
+ <a href="#improvements" title="Improvements" class="md-nav__link">
910
+ Improvements
911
+ </a>
912
+
913
+ </li>
914
+
915
+ <li class="md-nav__item">
916
+ <a href="#bugfixes_1" title="Bugfixes" class="md-nav__link">
917
+ Bugfixes
918
+ </a>
919
+
920
+ </li>
921
+
922
+ </ul>
923
+ </nav>
924
+
925
+ </li>
926
+
819
927
  <li class="md-nav__item">
820
928
  <a href="#024-sep-4-2018" title="0.2.4 (Sep 4, 2018)" class="md-nav__link">
821
929
  0.2.4 (Sep 4, 2018)
@@ -839,7 +947,7 @@
839
947
  </li>
840
948
 
841
949
  <li class="md-nav__item">
842
- <a href="#improvements" title="Improvements" class="md-nav__link">
950
+ <a href="#improvements_1" title="Improvements" class="md-nav__link">
843
951
  Improvements
844
952
  </a>
845
953
 
@@ -866,14 +974,14 @@
866
974
  </li>
867
975
 
868
976
  <li class="md-nav__item">
869
- <a href="#bugfixes" title="Bugfixes" class="md-nav__link">
977
+ <a href="#bugfixes_2" title="Bugfixes" class="md-nav__link">
870
978
  Bugfixes
871
979
  </a>
872
980
 
873
981
  </li>
874
982
 
875
983
  <li class="md-nav__item">
876
- <a href="#improvements_1" title="Improvements" class="md-nav__link">
984
+ <a href="#improvements_2" title="Improvements" class="md-nav__link">
877
985
  Improvements
878
986
  </a>
879
987
 
@@ -907,7 +1015,7 @@
907
1015
  </li>
908
1016
 
909
1017
  <li class="md-nav__item">
910
- <a href="#bugfixes_1" title="Bugfixes" class="md-nav__link">
1018
+ <a href="#bugfixes_3" title="Bugfixes" class="md-nav__link">
911
1019
  Bugfixes
912
1020
  </a>
913
1021
 
@@ -934,14 +1042,14 @@
934
1042
  </li>
935
1043
 
936
1044
  <li class="md-nav__item">
937
- <a href="#bugfixes_2" title="Bugfixes" class="md-nav__link">
1045
+ <a href="#bugfixes_4" title="Bugfixes" class="md-nav__link">
938
1046
  Bugfixes
939
1047
  </a>
940
1048
 
941
1049
  </li>
942
1050
 
943
1051
  <li class="md-nav__item">
944
- <a href="#improvements_2" title="Improvements" class="md-nav__link">
1052
+ <a href="#improvements_3" title="Improvements" class="md-nav__link">
945
1053
  Improvements
946
1054
  </a>
947
1055
 
@@ -977,6 +1085,24 @@
977
1085
 
978
1086
 
979
1087
  <h1 id="changelog">Changelog</h1>
1088
+ <h2 id="026-unreleased">0.2.6 (UNRELEASED)</h2>
1089
+ <h3 id="bugfixes">Bugfixes</h3>
1090
+ <p>Fixed a bug that caused the rbcli tool not to detect project folders correctly.
1091
+ Command parameter <code>prompt:</code> now works when <code>required</code> is set to <code>true</code>.</p>
1092
+ <h3 id="changes">Changes</h3>
1093
+ <p>The <code>rbcli init</code> command now initializes into the current working directory instead of creating a new one.
1094
+ Fixed erroneous documentation about the 'merge' setting on userspace config.</p>
1095
+ <h2 id="025-oct-8-2018">0.2.5 (Oct 8, 2018)</h2>
1096
+ <h3 id="improvements">Improvements</h3>
1097
+ <ul>
1098
+ <li>Added a useful error message when local or remote state is used but not initialized.</li>
1099
+ </ul>
1100
+ <h3 id="bugfixes_1">Bugfixes</h3>
1101
+ <ul>
1102
+ <li>Fixed a bug in the Github Updater where RBCli crashed when a version tag was not present in the repo. </li>
1103
+ <li>Fixed a bug where deleting a state key would crash Rbcli</li>
1104
+ <li>Fixed a bug where remote state crashed with certain configurations</li>
1105
+ </ul>
980
1106
  <h2 id="024-sep-4-2018">0.2.4 (Sep 4, 2018)</h2>
981
1107
  <ul>
982
1108
  <li>This is a dummy release required to update the License in the Gemspec file. The license has not changed (GPLv3).</li>
@@ -986,17 +1112,17 @@
986
1112
  <ul>
987
1113
  <li>Interactive Commands -- Prompt the user for parameters with a given value</li>
988
1114
  </ul>
989
- <h3 id="improvements">Improvements</h3>
1115
+ <h3 id="improvements_1">Improvements</h3>
990
1116
  <ul>
991
1117
  <li>Added documentation on logging</li>
992
1118
  </ul>
993
1119
  <h2 id="022-aug-22-2018">0.2.2 (Aug 22, 2018)</h2>
994
1120
  <h3 id="features_1">Features</h3>
995
- <h3 id="bugfixes">Bugfixes</h3>
1121
+ <h3 id="bugfixes_2">Bugfixes</h3>
996
1122
  <ul>
997
1123
  <li>Fixed a bug that caused the logger's target and level not to be configured properly via the Configurate block.</li>
998
1124
  </ul>
999
- <h3 id="improvements_1">Improvements</h3>
1125
+ <h3 id="improvements_2">Improvements</h3>
1000
1126
  <ul>
1001
1127
  <li>Lazy-loading has been implemented in optional modules such as autoupdates, remote storage, etc. This means that if you do not enable them in the code, they will not be loaded into memory. This significantly improves loding times for applications.</li>
1002
1128
  <li>Abstraction system created for configuration. This has significantly simplified the existing codebase and makes future development easier.</li>
@@ -1015,7 +1141,7 @@
1015
1141
  <ul>
1016
1142
  <li>Remote Execution added for Script and External commands</li>
1017
1143
  </ul>
1018
- <h3 id="bugfixes_1">Bugfixes</h3>
1144
+ <h3 id="bugfixes_3">Bugfixes</h3>
1019
1145
  <ul>
1020
1146
  <li>Fixed a bug that caused RBCli to crash if a direct path mode script's environment variables were declared as symbols</li>
1021
1147
  </ul>
@@ -1027,13 +1153,13 @@
1027
1153
  <li>RBCli released under GPLv3</li>
1028
1154
  <li>Copyright/License notice displayed via RBCli tool with <code>rbcli license</code> in accordance with GPLv3 guidelines</li>
1029
1155
  </ul>
1030
- <h3 id="bugfixes_2">Bugfixes</h3>
1156
+ <h3 id="bugfixes_4">Bugfixes</h3>
1031
1157
  <ul>
1032
1158
  <li>Fixed version number loading for projects</li>
1033
1159
  <li>Cleaned up command usage help output</li>
1034
1160
  <li>Fixed script and external command generation</li>
1035
1161
  </ul>
1036
- <h3 id="improvements_2">Improvements</h3>
1162
+ <h3 id="improvements_3">Improvements</h3>
1037
1163
  <ul>
1038
1164
  <li>A quick reference guide can now be found in README.md</li>
1039
1165
  <li>Autoupdate feature now allows supplying a custom message</li>