rbcli 0.3.0 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +17 -0
- data/Gemfile.lock +55 -51
- data/README.md +2 -2
- data/docs/404.html +8 -8
- data/docs/advanced/automatic_updates/index.html +28 -28
- data/docs/advanced/command_types/index.html +35 -35
- data/docs/advanced/distributed_state_locking/index.html +28 -28
- data/docs/advanced/hooks/index.html +30 -30
- data/docs/advanced/index.html +26 -26
- data/docs/advanced/index.xml +2 -6
- data/docs/advanced/interactive_commands/index.html +29 -29
- data/docs/advanced/logging/index.html +32 -32
- data/docs/advanced/remote_execution/index.html +31 -31
- data/docs/advanced/state_storage/index.html +30 -30
- data/docs/advanced/user_config_files/index.html +28 -28
- data/docs/categories/index.html +26 -26
- data/docs/categories/index.xml +2 -6
- data/docs/development/changelog/index.html +53 -40
- data/docs/development/code_of_conduct/index.html +27 -27
- data/docs/development/contributing/index.html +32 -32
- data/docs/development/index.html +26 -26
- data/docs/development/index.xml +3 -7
- data/docs/development/license/index.html +26 -26
- data/docs/index.html +26 -26
- data/docs/index.json +3 -3
- data/docs/index.xml +3 -7
- data/docs/quick_reference/index.html +39 -39
- data/docs/quick_reference/index.xml +2 -6
- data/docs/sitemap.xml +26 -78
- data/docs/tags/index.html +26 -26
- data/docs/tags/index.xml +2 -6
- data/docs/tutorial/10-getting_started/index.html +29 -29
- data/docs/tutorial/20-project_layout/index.html +29 -29
- data/docs/tutorial/30-your_first_command/index.html +32 -32
- data/docs/tutorial/40-options_parameters_and_arguments/index.html +41 -41
- data/docs/tutorial/50-publishing/index.html +27 -27
- data/docs/tutorial/index.html +26 -26
- data/docs/tutorial/index.xml +2 -6
- data/docs/whoami/index.html +26 -26
- data/docs/whoami/index.xml +2 -6
- data/docs-src/content/development/changelog.md +9 -0
- data/docs-src/content/quick_reference/_index.md +2 -2
- data/exe/rbcli +1 -1
- data/lib/rbcli/configuration/configurate.rb +1 -1
- data/lib/rbcli/engine/command.rb +2 -1
- data/lib/rbcli/engine/load_project.rb +1 -1
- data/lib/rbcli/features/userconfig.rb +3 -3
- data/lib/rbcli/state_storage/localstate.rb +1 -1
- data/lib/rbcli/version.rb +1 -1
- data/lib/rbcli-tool/generators.rb +3 -3
- data/lib/rbcli-tool/mdless_fix.rb +1 -1
- data/lib/rbcli-tool/project.rb +3 -3
- data/lib/rbcli-tool/util.rb +2 -2
- data/rbcli.gemspec +11 -13
- data/skeletons/project/application/commands/scripts/script.sh +6 -1
- data/skeletons/project/untitled.gemspec +3 -3
- metadata +32 -32
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta charset="utf-8">
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
|
-
<meta name="generator" content="Hugo 0.
|
6
|
+
<meta name="generator" content="Hugo 0.88.1" />
|
7
7
|
<meta name="description" content="">
|
8
8
|
|
9
9
|
|
@@ -12,21 +12,21 @@
|
|
12
12
|
<title>State Storage :: RBCli Documentation</title>
|
13
13
|
|
14
14
|
|
15
|
-
<link href="/rbcli/css/nucleus.css?
|
16
|
-
<link href="/rbcli/css/fontawesome-all.min.css?
|
17
|
-
<link href="/rbcli/css/hybrid.css?
|
18
|
-
<link href="/rbcli/css/featherlight.min.css?
|
19
|
-
<link href="/rbcli/css/perfect-scrollbar.min.css?
|
20
|
-
<link href="/rbcli/css/auto-complete.css?
|
21
|
-
<link href="/rbcli/css/atom-one-dark-reasonable.css?
|
22
|
-
<link href="/rbcli/css/theme.css?
|
23
|
-
<link href="/rbcli/css/hugo-theme.css?
|
15
|
+
<link href="/rbcli/css/nucleus.css?1634703589" rel="stylesheet">
|
16
|
+
<link href="/rbcli/css/fontawesome-all.min.css?1634703589" rel="stylesheet">
|
17
|
+
<link href="/rbcli/css/hybrid.css?1634703589" rel="stylesheet">
|
18
|
+
<link href="/rbcli/css/featherlight.min.css?1634703589" rel="stylesheet">
|
19
|
+
<link href="/rbcli/css/perfect-scrollbar.min.css?1634703589" rel="stylesheet">
|
20
|
+
<link href="/rbcli/css/auto-complete.css?1634703589" rel="stylesheet">
|
21
|
+
<link href="/rbcli/css/atom-one-dark-reasonable.css?1634703589" rel="stylesheet">
|
22
|
+
<link href="/rbcli/css/theme.css?1634703589" rel="stylesheet">
|
23
|
+
<link href="/rbcli/css/hugo-theme.css?1634703589" rel="stylesheet">
|
24
24
|
|
25
|
-
<link href="/rbcli/css/theme-blue.css?
|
25
|
+
<link href="/rbcli/css/theme-blue.css?1634703589" rel="stylesheet">
|
26
26
|
|
27
27
|
|
28
28
|
|
29
|
-
<script src="/rbcli/js/jquery-3.3.1.min.js?
|
29
|
+
<script src="/rbcli/js/jquery-3.3.1.min.js?1634703589"></script>
|
30
30
|
|
31
31
|
<style>
|
32
32
|
:root #header + #content > #left > #rlblock_left{
|
@@ -55,14 +55,14 @@
|
|
55
55
|
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
56
56
|
</div>
|
57
57
|
|
58
|
-
<script type="text/javascript" src="/rbcli/js/lunr.min.js?
|
59
|
-
<script type="text/javascript" src="/rbcli/js/auto-complete.js?
|
58
|
+
<script type="text/javascript" src="/rbcli/js/lunr.min.js?1634703589"></script>
|
59
|
+
<script type="text/javascript" src="/rbcli/js/auto-complete.js?1634703589"></script>
|
60
60
|
<script type="text/javascript">
|
61
61
|
|
62
62
|
var baseurl = "https:\/\/akhoury6.github.io\/rbcli\/";
|
63
63
|
|
64
64
|
</script>
|
65
|
-
<script type="text/javascript" src="/rbcli/js/search.js?
|
65
|
+
<script type="text/javascript" src="/rbcli/js/search.js?1634703589"></script>
|
66
66
|
|
67
67
|
|
68
68
|
</div>
|
@@ -719,7 +719,7 @@
|
|
719
719
|
<p>RBCli’s local state storage gives you access to a hash that is automatically persisted to disk when changes are made.</p>
|
720
720
|
<h3 id="configuration">Configuration</h3>
|
721
721
|
<p>You can configure it in <code>config/storage.rb</code>.</p>
|
722
|
-
<div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-ruby" data-lang="ruby">local_state <span style="color:#e6db74">'/var/mytool/localstate'</span>, <span style="color:#e6db74">force_creation</span>: <span style="color:#66d9ef">true</span>, <span style="color:#e6db74">halt_on_error</span>: <span style="color:#66d9ef">true</span>
|
722
|
+
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-ruby" data-lang="ruby">local_state <span style="color:#e6db74">'/var/mytool/localstate'</span>, <span style="color:#e6db74">force_creation</span>: <span style="color:#66d9ef">true</span>, <span style="color:#e6db74">halt_on_error</span>: <span style="color:#66d9ef">true</span>
|
723
723
|
</code></pre></div><p>There are three parameters to configure it with:</p>
|
724
724
|
<ul>
|
725
725
|
<li>The <code>path</code> as a string (self-explanatory)</li>
|
@@ -743,7 +743,7 @@
|
|
743
743
|
</ul>
|
744
744
|
<h3 id="access-and-usage">Access and Usage</h3>
|
745
745
|
<p>Once configured you can access it with a standard hash syntax in your Standard Commands:</p>
|
746
|
-
<div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-ruby" data-lang="ruby"><span style="color:#66d9ef">Rbcli</span><span style="color:#f92672">.</span>local_state<span style="color:#f92672">[</span><span style="color:#e6db74">:yourkeyhere</span><span style="color:#f92672">]</span>
|
746
|
+
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-ruby" data-lang="ruby"><span style="color:#66d9ef">Rbcli</span><span style="color:#f92672">.</span>local_state<span style="color:#f92672">[</span><span style="color:#e6db74">:yourkeyhere</span><span style="color:#f92672">]</span>
|
747
747
|
</code></pre></div><p>The methods available for use at the top level are as follows:</p>
|
748
748
|
<p>Hash native methods:</p>
|
749
749
|
<ul>
|
@@ -789,7 +789,7 @@
|
|
789
789
|
</ol>
|
790
790
|
<p>For more information about generating and storing AWS credentials, see <a href="https://docs.aws.amazon.com/sdk-for-ruby/v3/developer-guide/setup-config.html">Configuring the AWS SDK for Ruby</a>. Please make sure that your users are aware that they will need to provide their own credentials to use this feature.</p>
|
791
791
|
<p>You can configure it in <code>config/storage.rb</code>.</p>
|
792
|
-
<div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-ruby" data-lang="ruby">remote_state_dynamodb <span style="color:#e6db74">table_name</span>: <span style="color:#e6db74">'mytable'</span>, <span style="color:#e6db74">region</span>: <span style="color:#e6db74">'us-east-1'</span>, <span style="color:#e6db74">force_creation</span>: <span style="color:#66d9ef">true</span>, <span style="color:#e6db74">halt_on_error</span>: <span style="color:#66d9ef">true</span>, <span style="color:#e6db74">locking</span>: <span style="color:#66d9ef">false</span>
|
792
|
+
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-ruby" data-lang="ruby">remote_state_dynamodb <span style="color:#e6db74">table_name</span>: <span style="color:#e6db74">'mytable'</span>, <span style="color:#e6db74">region</span>: <span style="color:#e6db74">'us-east-1'</span>, <span style="color:#e6db74">force_creation</span>: <span style="color:#66d9ef">true</span>, <span style="color:#e6db74">halt_on_error</span>: <span style="color:#66d9ef">true</span>, <span style="color:#e6db74">locking</span>: <span style="color:#66d9ef">false</span>
|
793
793
|
</code></pre></div><p>These are the parameters:</p>
|
794
794
|
<ul>
|
795
795
|
<li><code>table_name</code>
|
@@ -821,7 +821,7 @@
|
|
821
821
|
</ul>
|
822
822
|
<h3 id="access-and-usage-1">Access and Usage</h3>
|
823
823
|
<p>Once configured you can access it with a standard hash syntax:</p>
|
824
|
-
<div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-ruby" data-lang="ruby"><span style="color:#66d9ef">Rbcli</span><span style="color:#f92672">.</span>remote_state<span style="color:#f92672">[</span><span style="color:#e6db74">:yourkeyhere</span><span style="color:#f92672">]</span>
|
824
|
+
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-ruby" data-lang="ruby"><span style="color:#66d9ef">Rbcli</span><span style="color:#f92672">.</span>remote_state<span style="color:#f92672">[</span><span style="color:#e6db74">:yourkeyhere</span><span style="color:#f92672">]</span>
|
825
825
|
</code></pre></div><p>This works the same way that <a href="#local-state">Local State</a> does, with the same performance caveats (try not to write too frequently).</p>
|
826
826
|
<p>Note that all state in Rbcli is <strong>lazy-loaded</strong>, so no connections will be made until your code attempts to access the data even if the feature is enabled.</p>
|
827
827
|
<p>For more information on the available commands, see the documentation on <a href="#local-state">Local State</a></p>
|
@@ -1258,19 +1258,19 @@
|
|
1258
1258
|
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
|
1259
1259
|
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
1260
1260
|
</div>
|
1261
|
-
<script src="/rbcli/js/clipboard.min.js?
|
1262
|
-
<script src="/rbcli/js/perfect-scrollbar.min.js?
|
1263
|
-
<script src="/rbcli/js/perfect-scrollbar.jquery.min.js?
|
1264
|
-
<script src="/rbcli/js/jquery.sticky.js?
|
1265
|
-
<script src="/rbcli/js/featherlight.min.js?
|
1266
|
-
<script src="/rbcli/js/highlight.pack.js?
|
1261
|
+
<script src="/rbcli/js/clipboard.min.js?1634703589"></script>
|
1262
|
+
<script src="/rbcli/js/perfect-scrollbar.min.js?1634703589"></script>
|
1263
|
+
<script src="/rbcli/js/perfect-scrollbar.jquery.min.js?1634703589"></script>
|
1264
|
+
<script src="/rbcli/js/jquery.sticky.js?1634703589"></script>
|
1265
|
+
<script src="/rbcli/js/featherlight.min.js?1634703589"></script>
|
1266
|
+
<script src="/rbcli/js/highlight.pack.js?1634703589"></script>
|
1267
1267
|
<script>hljs.initHighlightingOnLoad();</script>
|
1268
|
-
<script src="/rbcli/js/modernizr.custom-3.6.0.js?
|
1269
|
-
<script src="/rbcli/js/learn.js?
|
1270
|
-
<script src="/rbcli/js/hugo-learn.js?
|
1268
|
+
<script src="/rbcli/js/modernizr.custom-3.6.0.js?1634703589"></script>
|
1269
|
+
<script src="/rbcli/js/learn.js?1634703589"></script>
|
1270
|
+
<script src="/rbcli/js/hugo-learn.js?1634703589"></script>
|
1271
1271
|
|
1272
|
-
<link href="/rbcli/mermaid/mermaid.css?
|
1273
|
-
<script src="/rbcli/mermaid/mermaid.js?
|
1272
|
+
<link href="/rbcli/mermaid/mermaid.css?1634703589" rel="stylesheet" />
|
1273
|
+
<script src="/rbcli/mermaid/mermaid.js?1634703589"></script>
|
1274
1274
|
<script>
|
1275
1275
|
mermaid.initialize({ startOnLoad: true });
|
1276
1276
|
</script>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta charset="utf-8">
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
|
-
<meta name="generator" content="Hugo 0.
|
6
|
+
<meta name="generator" content="Hugo 0.88.1" />
|
7
7
|
<meta name="description" content="">
|
8
8
|
|
9
9
|
|
@@ -12,21 +12,21 @@
|
|
12
12
|
<title>User Configuration Files :: RBCli Documentation</title>
|
13
13
|
|
14
14
|
|
15
|
-
<link href="/rbcli/css/nucleus.css?
|
16
|
-
<link href="/rbcli/css/fontawesome-all.min.css?
|
17
|
-
<link href="/rbcli/css/hybrid.css?
|
18
|
-
<link href="/rbcli/css/featherlight.min.css?
|
19
|
-
<link href="/rbcli/css/perfect-scrollbar.min.css?
|
20
|
-
<link href="/rbcli/css/auto-complete.css?
|
21
|
-
<link href="/rbcli/css/atom-one-dark-reasonable.css?
|
22
|
-
<link href="/rbcli/css/theme.css?
|
23
|
-
<link href="/rbcli/css/hugo-theme.css?
|
15
|
+
<link href="/rbcli/css/nucleus.css?1634703589" rel="stylesheet">
|
16
|
+
<link href="/rbcli/css/fontawesome-all.min.css?1634703589" rel="stylesheet">
|
17
|
+
<link href="/rbcli/css/hybrid.css?1634703589" rel="stylesheet">
|
18
|
+
<link href="/rbcli/css/featherlight.min.css?1634703589" rel="stylesheet">
|
19
|
+
<link href="/rbcli/css/perfect-scrollbar.min.css?1634703589" rel="stylesheet">
|
20
|
+
<link href="/rbcli/css/auto-complete.css?1634703589" rel="stylesheet">
|
21
|
+
<link href="/rbcli/css/atom-one-dark-reasonable.css?1634703589" rel="stylesheet">
|
22
|
+
<link href="/rbcli/css/theme.css?1634703589" rel="stylesheet">
|
23
|
+
<link href="/rbcli/css/hugo-theme.css?1634703589" rel="stylesheet">
|
24
24
|
|
25
|
-
<link href="/rbcli/css/theme-blue.css?
|
25
|
+
<link href="/rbcli/css/theme-blue.css?1634703589" rel="stylesheet">
|
26
26
|
|
27
27
|
|
28
28
|
|
29
|
-
<script src="/rbcli/js/jquery-3.3.1.min.js?
|
29
|
+
<script src="/rbcli/js/jquery-3.3.1.min.js?1634703589"></script>
|
30
30
|
|
31
31
|
<style>
|
32
32
|
:root #header + #content > #left > #rlblock_left{
|
@@ -55,14 +55,14 @@
|
|
55
55
|
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
56
56
|
</div>
|
57
57
|
|
58
|
-
<script type="text/javascript" src="/rbcli/js/lunr.min.js?
|
59
|
-
<script type="text/javascript" src="/rbcli/js/auto-complete.js?
|
58
|
+
<script type="text/javascript" src="/rbcli/js/lunr.min.js?1634703589"></script>
|
59
|
+
<script type="text/javascript" src="/rbcli/js/auto-complete.js?1634703589"></script>
|
60
60
|
<script type="text/javascript">
|
61
61
|
|
62
62
|
var baseurl = "https:\/\/akhoury6.github.io\/rbcli\/";
|
63
63
|
|
64
64
|
</script>
|
65
|
-
<script type="text/javascript" src="/rbcli/js/search.js?
|
65
|
+
<script type="text/javascript" src="/rbcli/js/search.js?1634703589"></script>
|
66
66
|
|
67
67
|
|
68
68
|
</div>
|
@@ -725,7 +725,7 @@
|
|
725
725
|
</li>
|
726
726
|
</ul>
|
727
727
|
<p>DSL statements appear in both of the above locations as the following:</p>
|
728
|
-
<div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-ruby" data-lang="ruby">config_default <span style="color:#e6db74">:name</span>, <span style="color:#e6db74">description</span>: <span style="color:#e6db74">'<description_help_text>'</span>, <span style="color:#e6db74">default</span>: <span style="color:#e6db74">'<default_value>'</span>
|
728
|
+
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-ruby" data-lang="ruby">config_default <span style="color:#e6db74">:name</span>, <span style="color:#e6db74">description</span>: <span style="color:#e6db74">'<description_help_text>'</span>, <span style="color:#e6db74">default</span>: <span style="color:#e6db74">'<default_value>'</span>
|
729
729
|
</code></pre></div><h2 id="user-chain">User chain</h2>
|
730
730
|
<p>The user chain has two functions: generating and loading configuration from a YAML file on the end user’s machine.</p>
|
731
731
|
<p>Rbcli will determine the correct location to locate the user configuration based on two factors:</p>
|
@@ -734,7 +734,7 @@
|
|
734
734
|
<li>The location specified on the command line using the <code>--config-file=<filename></code> option (overrides #1)</li>
|
735
735
|
</ol>
|
736
736
|
<p>To configure the default location, edit <code>config/userspace.rb</code>:</p>
|
737
|
-
<div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-ruby" data-lang="ruby">config_userfile <span style="color:#e6db74">'~/.mytool'</span>, <span style="color:#e6db74">merge_defaults</span>: <span style="color:#66d9ef">true</span>, <span style="color:#e6db74">required</span>: <span style="color:#66d9ef">false</span>
|
737
|
+
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-ruby" data-lang="ruby">config_userfile <span style="color:#e6db74">'~/.mytool'</span>, <span style="color:#e6db74">merge_defaults</span>: <span style="color:#66d9ef">true</span>, <span style="color:#e6db74">required</span>: <span style="color:#66d9ef">false</span>
|
738
738
|
</code></pre></div><ul>
|
739
739
|
<li><code>path/to/config/file</code>
|
740
740
|
<ul>
|
@@ -1186,19 +1186,19 @@
|
|
1186
1186
|
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
|
1187
1187
|
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
1188
1188
|
</div>
|
1189
|
-
<script src="/rbcli/js/clipboard.min.js?
|
1190
|
-
<script src="/rbcli/js/perfect-scrollbar.min.js?
|
1191
|
-
<script src="/rbcli/js/perfect-scrollbar.jquery.min.js?
|
1192
|
-
<script src="/rbcli/js/jquery.sticky.js?
|
1193
|
-
<script src="/rbcli/js/featherlight.min.js?
|
1194
|
-
<script src="/rbcli/js/highlight.pack.js?
|
1189
|
+
<script src="/rbcli/js/clipboard.min.js?1634703589"></script>
|
1190
|
+
<script src="/rbcli/js/perfect-scrollbar.min.js?1634703589"></script>
|
1191
|
+
<script src="/rbcli/js/perfect-scrollbar.jquery.min.js?1634703589"></script>
|
1192
|
+
<script src="/rbcli/js/jquery.sticky.js?1634703589"></script>
|
1193
|
+
<script src="/rbcli/js/featherlight.min.js?1634703589"></script>
|
1194
|
+
<script src="/rbcli/js/highlight.pack.js?1634703589"></script>
|
1195
1195
|
<script>hljs.initHighlightingOnLoad();</script>
|
1196
|
-
<script src="/rbcli/js/modernizr.custom-3.6.0.js?
|
1197
|
-
<script src="/rbcli/js/learn.js?
|
1198
|
-
<script src="/rbcli/js/hugo-learn.js?
|
1196
|
+
<script src="/rbcli/js/modernizr.custom-3.6.0.js?1634703589"></script>
|
1197
|
+
<script src="/rbcli/js/learn.js?1634703589"></script>
|
1198
|
+
<script src="/rbcli/js/hugo-learn.js?1634703589"></script>
|
1199
1199
|
|
1200
|
-
<link href="/rbcli/mermaid/mermaid.css?
|
1201
|
-
<script src="/rbcli/mermaid/mermaid.js?
|
1200
|
+
<link href="/rbcli/mermaid/mermaid.css?1634703589" rel="stylesheet" />
|
1201
|
+
<script src="/rbcli/mermaid/mermaid.js?1634703589"></script>
|
1202
1202
|
<script>
|
1203
1203
|
mermaid.initialize({ startOnLoad: true });
|
1204
1204
|
</script>
|
data/docs/categories/index.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta charset="utf-8">
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
|
-
<meta name="generator" content="Hugo 0.
|
6
|
+
<meta name="generator" content="Hugo 0.88.1" />
|
7
7
|
<meta name="description" content="">
|
8
8
|
|
9
9
|
|
@@ -12,21 +12,21 @@
|
|
12
12
|
<title>Categories :: RBCli Documentation</title>
|
13
13
|
|
14
14
|
|
15
|
-
<link href="/rbcli/css/nucleus.css?
|
16
|
-
<link href="/rbcli/css/fontawesome-all.min.css?
|
17
|
-
<link href="/rbcli/css/hybrid.css?
|
18
|
-
<link href="/rbcli/css/featherlight.min.css?
|
19
|
-
<link href="/rbcli/css/perfect-scrollbar.min.css?
|
20
|
-
<link href="/rbcli/css/auto-complete.css?
|
21
|
-
<link href="/rbcli/css/atom-one-dark-reasonable.css?
|
22
|
-
<link href="/rbcli/css/theme.css?
|
23
|
-
<link href="/rbcli/css/hugo-theme.css?
|
15
|
+
<link href="/rbcli/css/nucleus.css?1634703589" rel="stylesheet">
|
16
|
+
<link href="/rbcli/css/fontawesome-all.min.css?1634703589" rel="stylesheet">
|
17
|
+
<link href="/rbcli/css/hybrid.css?1634703589" rel="stylesheet">
|
18
|
+
<link href="/rbcli/css/featherlight.min.css?1634703589" rel="stylesheet">
|
19
|
+
<link href="/rbcli/css/perfect-scrollbar.min.css?1634703589" rel="stylesheet">
|
20
|
+
<link href="/rbcli/css/auto-complete.css?1634703589" rel="stylesheet">
|
21
|
+
<link href="/rbcli/css/atom-one-dark-reasonable.css?1634703589" rel="stylesheet">
|
22
|
+
<link href="/rbcli/css/theme.css?1634703589" rel="stylesheet">
|
23
|
+
<link href="/rbcli/css/hugo-theme.css?1634703589" rel="stylesheet">
|
24
24
|
|
25
|
-
<link href="/rbcli/css/theme-blue.css?
|
25
|
+
<link href="/rbcli/css/theme-blue.css?1634703589" rel="stylesheet">
|
26
26
|
|
27
27
|
|
28
28
|
|
29
|
-
<script src="/rbcli/js/jquery-3.3.1.min.js?
|
29
|
+
<script src="/rbcli/js/jquery-3.3.1.min.js?1634703589"></script>
|
30
30
|
|
31
31
|
<style>
|
32
32
|
:root #header + #content > #left > #rlblock_left{
|
@@ -55,14 +55,14 @@
|
|
55
55
|
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
56
56
|
</div>
|
57
57
|
|
58
|
-
<script type="text/javascript" src="/rbcli/js/lunr.min.js?
|
59
|
-
<script type="text/javascript" src="/rbcli/js/auto-complete.js?
|
58
|
+
<script type="text/javascript" src="/rbcli/js/lunr.min.js?1634703589"></script>
|
59
|
+
<script type="text/javascript" src="/rbcli/js/auto-complete.js?1634703589"></script>
|
60
60
|
<script type="text/javascript">
|
61
61
|
|
62
62
|
var baseurl = "https:\/\/akhoury6.github.io\/rbcli\/";
|
63
63
|
|
64
64
|
</script>
|
65
|
-
<script type="text/javascript" src="/rbcli/js/search.js?
|
65
|
+
<script type="text/javascript" src="/rbcli/js/search.js?1634703589"></script>
|
66
66
|
|
67
67
|
|
68
68
|
</div>
|
@@ -1124,19 +1124,19 @@
|
|
1124
1124
|
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
|
1125
1125
|
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
1126
1126
|
</div>
|
1127
|
-
<script src="/rbcli/js/clipboard.min.js?
|
1128
|
-
<script src="/rbcli/js/perfect-scrollbar.min.js?
|
1129
|
-
<script src="/rbcli/js/perfect-scrollbar.jquery.min.js?
|
1130
|
-
<script src="/rbcli/js/jquery.sticky.js?
|
1131
|
-
<script src="/rbcli/js/featherlight.min.js?
|
1132
|
-
<script src="/rbcli/js/highlight.pack.js?
|
1127
|
+
<script src="/rbcli/js/clipboard.min.js?1634703589"></script>
|
1128
|
+
<script src="/rbcli/js/perfect-scrollbar.min.js?1634703589"></script>
|
1129
|
+
<script src="/rbcli/js/perfect-scrollbar.jquery.min.js?1634703589"></script>
|
1130
|
+
<script src="/rbcli/js/jquery.sticky.js?1634703589"></script>
|
1131
|
+
<script src="/rbcli/js/featherlight.min.js?1634703589"></script>
|
1132
|
+
<script src="/rbcli/js/highlight.pack.js?1634703589"></script>
|
1133
1133
|
<script>hljs.initHighlightingOnLoad();</script>
|
1134
|
-
<script src="/rbcli/js/modernizr.custom-3.6.0.js?
|
1135
|
-
<script src="/rbcli/js/learn.js?
|
1136
|
-
<script src="/rbcli/js/hugo-learn.js?
|
1134
|
+
<script src="/rbcli/js/modernizr.custom-3.6.0.js?1634703589"></script>
|
1135
|
+
<script src="/rbcli/js/learn.js?1634703589"></script>
|
1136
|
+
<script src="/rbcli/js/hugo-learn.js?1634703589"></script>
|
1137
1137
|
|
1138
|
-
<link href="/rbcli/mermaid/mermaid.css?
|
1139
|
-
<script src="/rbcli/mermaid/mermaid.js?
|
1138
|
+
<link href="/rbcli/mermaid/mermaid.css?1634703589" rel="stylesheet" />
|
1139
|
+
<script src="/rbcli/mermaid/mermaid.js?1634703589"></script>
|
1140
1140
|
<script>
|
1141
1141
|
mermaid.initialize({ startOnLoad: true });
|
1142
1142
|
</script>
|
data/docs/categories/index.xml
CHANGED
@@ -5,10 +5,6 @@
|
|
5
5
|
<link>https://akhoury6.github.io/rbcli/categories/</link>
|
6
6
|
<description>Recent content in Categories on RBCli Documentation</description>
|
7
7
|
<generator>Hugo -- gohugo.io</generator>
|
8
|
-
<language>en-us</language
|
9
|
-
|
10
|
-
<atom:link href="https://akhoury6.github.io/rbcli/categories/index.xml" rel="self" type="application/rss+xml" />
|
11
|
-
|
12
|
-
|
8
|
+
<language>en-us</language><atom:link href="https://akhoury6.github.io/rbcli/categories/index.xml" rel="self" type="application/rss+xml" />
|
13
9
|
</channel>
|
14
|
-
</rss>
|
10
|
+
</rss>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta charset="utf-8">
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
|
-
<meta name="generator" content="Hugo 0.
|
6
|
+
<meta name="generator" content="Hugo 0.88.1" />
|
7
7
|
<meta name="description" content="">
|
8
8
|
|
9
9
|
|
@@ -12,21 +12,21 @@
|
|
12
12
|
<title>Changelog :: RBCli Documentation</title>
|
13
13
|
|
14
14
|
|
15
|
-
<link href="/rbcli/css/nucleus.css?
|
16
|
-
<link href="/rbcli/css/fontawesome-all.min.css?
|
17
|
-
<link href="/rbcli/css/hybrid.css?
|
18
|
-
<link href="/rbcli/css/featherlight.min.css?
|
19
|
-
<link href="/rbcli/css/perfect-scrollbar.min.css?
|
20
|
-
<link href="/rbcli/css/auto-complete.css?
|
21
|
-
<link href="/rbcli/css/atom-one-dark-reasonable.css?
|
22
|
-
<link href="/rbcli/css/theme.css?
|
23
|
-
<link href="/rbcli/css/hugo-theme.css?
|
15
|
+
<link href="/rbcli/css/nucleus.css?1634703589" rel="stylesheet">
|
16
|
+
<link href="/rbcli/css/fontawesome-all.min.css?1634703589" rel="stylesheet">
|
17
|
+
<link href="/rbcli/css/hybrid.css?1634703589" rel="stylesheet">
|
18
|
+
<link href="/rbcli/css/featherlight.min.css?1634703589" rel="stylesheet">
|
19
|
+
<link href="/rbcli/css/perfect-scrollbar.min.css?1634703589" rel="stylesheet">
|
20
|
+
<link href="/rbcli/css/auto-complete.css?1634703589" rel="stylesheet">
|
21
|
+
<link href="/rbcli/css/atom-one-dark-reasonable.css?1634703589" rel="stylesheet">
|
22
|
+
<link href="/rbcli/css/theme.css?1634703589" rel="stylesheet">
|
23
|
+
<link href="/rbcli/css/hugo-theme.css?1634703589" rel="stylesheet">
|
24
24
|
|
25
|
-
<link href="/rbcli/css/theme-blue.css?
|
25
|
+
<link href="/rbcli/css/theme-blue.css?1634703589" rel="stylesheet">
|
26
26
|
|
27
27
|
|
28
28
|
|
29
|
-
<script src="/rbcli/js/jquery-3.3.1.min.js?
|
29
|
+
<script src="/rbcli/js/jquery-3.3.1.min.js?1634703589"></script>
|
30
30
|
|
31
31
|
<style>
|
32
32
|
:root #header + #content > #left > #rlblock_left{
|
@@ -55,14 +55,14 @@
|
|
55
55
|
<span data-search-clear=""><i class="fas fa-times"></i></span>
|
56
56
|
</div>
|
57
57
|
|
58
|
-
<script type="text/javascript" src="/rbcli/js/lunr.min.js?
|
59
|
-
<script type="text/javascript" src="/rbcli/js/auto-complete.js?
|
58
|
+
<script type="text/javascript" src="/rbcli/js/lunr.min.js?1634703589"></script>
|
59
|
+
<script type="text/javascript" src="/rbcli/js/auto-complete.js?1634703589"></script>
|
60
60
|
<script type="text/javascript">
|
61
61
|
|
62
62
|
var baseurl = "https:\/\/akhoury6.github.io\/rbcli\/";
|
63
63
|
|
64
64
|
</script>
|
65
|
-
<script type="text/javascript" src="/rbcli/js/search.js?
|
65
|
+
<script type="text/javascript" src="/rbcli/js/search.js?1634703589"></script>
|
66
66
|
|
67
67
|
|
68
68
|
</div>
|
@@ -678,6 +678,11 @@
|
|
678
678
|
<div class="wrapper">
|
679
679
|
<nav id="TableOfContents">
|
680
680
|
<ul>
|
681
|
+
<li><a href="#031-october-19-2021">0.3.1 (October 19, 2021)</a>
|
682
|
+
<ul>
|
683
|
+
<li><a href="#bugfixes">Bugfixes</a></li>
|
684
|
+
</ul>
|
685
|
+
</li>
|
681
686
|
<li><a href="#03-july-31-2020">0.3 (July 31, 2020)</a>
|
682
687
|
<ul>
|
683
688
|
<li><a href="#improvements">Improvements</a></li>
|
@@ -693,28 +698,28 @@
|
|
693
698
|
<li><a href="#0211-feb-27-2019">0.2.11 (Feb 27, 2019)</a>
|
694
699
|
<ul>
|
695
700
|
<li><a href="#improvements-2">Improvements</a></li>
|
696
|
-
<li><a href="#bugfixes">Bugfixes</a></li>
|
701
|
+
<li><a href="#bugfixes-1">Bugfixes</a></li>
|
697
702
|
</ul>
|
698
703
|
</li>
|
699
704
|
<li><a href="#028-nov-7-2018">0.2.8 (Nov 7, 2018)</a>
|
700
705
|
<ul>
|
701
706
|
<li><a href="#features-2">Features</a></li>
|
702
707
|
<li><a href="#improvements-3">Improvements</a></li>
|
703
|
-
<li><a href="#bugfixes-
|
708
|
+
<li><a href="#bugfixes-2">Bugfixes</a></li>
|
704
709
|
<li><a href="#changes">Changes</a></li>
|
705
710
|
</ul>
|
706
711
|
</li>
|
707
712
|
<li><a href="#027-oct-17-2018">0.2.7 (Oct 17, 2018)</a>
|
708
713
|
<ul>
|
709
714
|
<li><a href="#improvements-4">Improvements</a></li>
|
710
|
-
<li><a href="#bugfixes-
|
715
|
+
<li><a href="#bugfixes-3">Bugfixes</a></li>
|
711
716
|
<li><a href="#changes-1">Changes</a></li>
|
712
717
|
</ul>
|
713
718
|
</li>
|
714
719
|
<li><a href="#025-oct-8-2018">0.2.5 (Oct 8, 2018)</a>
|
715
720
|
<ul>
|
716
721
|
<li><a href="#improvements-5">Improvements</a></li>
|
717
|
-
<li><a href="#bugfixes-
|
722
|
+
<li><a href="#bugfixes-4">Bugfixes</a></li>
|
718
723
|
</ul>
|
719
724
|
</li>
|
720
725
|
<li><a href="#024-sep-4-2018">0.2.4 (Sep 4, 2018)</a></li>
|
@@ -727,7 +732,7 @@
|
|
727
732
|
<li><a href="#022-aug-22-2018">0.2.2 (Aug 22, 2018)</a>
|
728
733
|
<ul>
|
729
734
|
<li><a href="#features-4">Features</a></li>
|
730
|
-
<li><a href="#bugfixes-
|
735
|
+
<li><a href="#bugfixes-5">Bugfixes</a></li>
|
731
736
|
<li><a href="#improvements-7">Improvements</a></li>
|
732
737
|
<li><a href="#deprecationschanges">Deprecations/Changes</a></li>
|
733
738
|
</ul>
|
@@ -735,13 +740,13 @@
|
|
735
740
|
<li><a href="#021-aug-8-2018">0.2.1 (Aug 8, 2018)</a>
|
736
741
|
<ul>
|
737
742
|
<li><a href="#features-5">Features</a></li>
|
738
|
-
<li><a href="#bugfixes-
|
743
|
+
<li><a href="#bugfixes-6">Bugfixes</a></li>
|
739
744
|
</ul>
|
740
745
|
</li>
|
741
746
|
<li><a href="#020-aug-5-2018">0.2.0 (Aug 5, 2018)</a>
|
742
747
|
<ul>
|
743
748
|
<li><a href="#features-6">Features</a></li>
|
744
|
-
<li><a href="#bugfixes-
|
749
|
+
<li><a href="#bugfixes-7">Bugfixes</a></li>
|
745
750
|
<li><a href="#improvements-8">Improvements</a></li>
|
746
751
|
<li><a href="#deprecationschanges-1">Deprecations/Changes</a></li>
|
747
752
|
</ul>
|
@@ -770,6 +775,14 @@
|
|
770
775
|
|
771
776
|
|
772
777
|
|
778
|
+
<h2 id="031-october-19-2021">0.3.1 (October 19, 2021)</h2>
|
779
|
+
<h3 id="bugfixes">Bugfixes</h3>
|
780
|
+
<ul>
|
781
|
+
<li>Fixed prompt for option value to ignore nil defaults instead of displaying an empty string</li>
|
782
|
+
<li>Skeleton script command <code>script.sh</code> updated to function correctly when development mode is enabled</li>
|
783
|
+
<li>Updated Github Pages links to point to <code>github.io</code> instead of <code>github.com</code> which are being deprecated</li>
|
784
|
+
<li>Updated dependencies, closing the security hole of the gem <code>addressable <= 1.7.0</code></li>
|
785
|
+
</ul>
|
773
786
|
<h2 id="03-july-31-2020">0.3 (July 31, 2020)</h2>
|
774
787
|
<h3 id="improvements">Improvements</h3>
|
775
788
|
<ul>
|
@@ -800,7 +813,7 @@
|
|
800
813
|
<ul>
|
801
814
|
<li>Updated the dependent gem verions to use the latest available versions</li>
|
802
815
|
</ul>
|
803
|
-
<h3 id="bugfixes">Bugfixes</h3>
|
816
|
+
<h3 id="bugfixes-1">Bugfixes</h3>
|
804
817
|
<ul>
|
805
818
|
<li>Fixed the nested triggers of the message I/O system</li>
|
806
819
|
</ul>
|
@@ -814,7 +827,7 @@
|
|
814
827
|
<li>Enabled the safe usage of anchors in YAML config files</li>
|
815
828
|
<li>Improved the method of determining the script name to be more portable across OS’es</li>
|
816
829
|
</ul>
|
817
|
-
<h3 id="bugfixes-
|
830
|
+
<h3 id="bugfixes-2">Bugfixes</h3>
|
818
831
|
<ul>
|
819
832
|
<li>Fixed an error which caused RBCli to crash when using <code>local_state</code></li>
|
820
833
|
<li>Fixed a bug which caused the <code>rbcli init</code> command to occassionally fail for mini and micro projects</li>
|
@@ -828,7 +841,7 @@
|
|
828
841
|
<ul>
|
829
842
|
<li>Added a dev mode for scripts that allows using a local RBCli copy instead of requiring the gem to be installed</li>
|
830
843
|
</ul>
|
831
|
-
<h3 id="bugfixes-
|
844
|
+
<h3 id="bugfixes-3">Bugfixes</h3>
|
832
845
|
<ul>
|
833
846
|
<li>Fixed a bug that caused the rbcli tool not to detect project folders correctly.</li>
|
834
847
|
<li>Command parameter <code>prompt:</code> now works when <code>required</code> is set to <code>true</code>.</li>
|
@@ -843,7 +856,7 @@
|
|
843
856
|
<ul>
|
844
857
|
<li>Added a useful error message when local or remote state is used but not initialized.</li>
|
845
858
|
</ul>
|
846
|
-
<h3 id="bugfixes-
|
859
|
+
<h3 id="bugfixes-4">Bugfixes</h3>
|
847
860
|
<ul>
|
848
861
|
<li>Fixed a bug in the Github Updater where RBCli crashed when a version tag was not present in the repo.</li>
|
849
862
|
<li>Fixed a bug where deleting a state key would crash Rbcli</li>
|
@@ -864,7 +877,7 @@
|
|
864
877
|
</ul>
|
865
878
|
<h2 id="022-aug-22-2018">0.2.2 (Aug 22, 2018)</h2>
|
866
879
|
<h3 id="features-4">Features</h3>
|
867
|
-
<h3 id="bugfixes-
|
880
|
+
<h3 id="bugfixes-5">Bugfixes</h3>
|
868
881
|
<ul>
|
869
882
|
<li>Fixed a bug that caused the logger’s target and level not to be configured properly via the Configurate block.</li>
|
870
883
|
</ul>
|
@@ -887,7 +900,7 @@
|
|
887
900
|
<ul>
|
888
901
|
<li>Remote Execution added for Script and External commands</li>
|
889
902
|
</ul>
|
890
|
-
<h3 id="bugfixes-
|
903
|
+
<h3 id="bugfixes-6">Bugfixes</h3>
|
891
904
|
<ul>
|
892
905
|
<li>Fixed a bug that caused RBCli to crash if a direct path mode script’s environment variables were declared as symbols</li>
|
893
906
|
</ul>
|
@@ -899,7 +912,7 @@
|
|
899
912
|
<li>RBCli released under GPLv3</li>
|
900
913
|
<li>Copyright/License notice displayed via RBCli tool with <code>rbcli license</code> in accordance with GPLv3 guidelines</li>
|
901
914
|
</ul>
|
902
|
-
<h3 id="bugfixes-
|
915
|
+
<h3 id="bugfixes-7">Bugfixes</h3>
|
903
916
|
<ul>
|
904
917
|
<li>Fixed version number loading for projects</li>
|
905
918
|
<li>Cleaned up command usage help output</li>
|
@@ -1353,19 +1366,19 @@
|
|
1353
1366
|
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
|
1354
1367
|
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
|
1355
1368
|
</div>
|
1356
|
-
<script src="/rbcli/js/clipboard.min.js?
|
1357
|
-
<script src="/rbcli/js/perfect-scrollbar.min.js?
|
1358
|
-
<script src="/rbcli/js/perfect-scrollbar.jquery.min.js?
|
1359
|
-
<script src="/rbcli/js/jquery.sticky.js?
|
1360
|
-
<script src="/rbcli/js/featherlight.min.js?
|
1361
|
-
<script src="/rbcli/js/highlight.pack.js?
|
1369
|
+
<script src="/rbcli/js/clipboard.min.js?1634703589"></script>
|
1370
|
+
<script src="/rbcli/js/perfect-scrollbar.min.js?1634703589"></script>
|
1371
|
+
<script src="/rbcli/js/perfect-scrollbar.jquery.min.js?1634703589"></script>
|
1372
|
+
<script src="/rbcli/js/jquery.sticky.js?1634703589"></script>
|
1373
|
+
<script src="/rbcli/js/featherlight.min.js?1634703589"></script>
|
1374
|
+
<script src="/rbcli/js/highlight.pack.js?1634703589"></script>
|
1362
1375
|
<script>hljs.initHighlightingOnLoad();</script>
|
1363
|
-
<script src="/rbcli/js/modernizr.custom-3.6.0.js?
|
1364
|
-
<script src="/rbcli/js/learn.js?
|
1365
|
-
<script src="/rbcli/js/hugo-learn.js?
|
1376
|
+
<script src="/rbcli/js/modernizr.custom-3.6.0.js?1634703589"></script>
|
1377
|
+
<script src="/rbcli/js/learn.js?1634703589"></script>
|
1378
|
+
<script src="/rbcli/js/hugo-learn.js?1634703589"></script>
|
1366
1379
|
|
1367
|
-
<link href="/rbcli/mermaid/mermaid.css?
|
1368
|
-
<script src="/rbcli/mermaid/mermaid.js?
|
1380
|
+
<link href="/rbcli/mermaid/mermaid.css?1634703589" rel="stylesheet" />
|
1381
|
+
<script src="/rbcli/mermaid/mermaid.js?1634703589"></script>
|
1369
1382
|
<script>
|
1370
1383
|
mermaid.initialize({ startOnLoad: true });
|
1371
1384
|
</script>
|