Skip to content

Commit

Permalink
✔️ Tutorial for tempest start
Browse files Browse the repository at this point in the history
 Issues related:
 	-> #19 Documentation
 	-> #22 Tutorial

 On branch gh-pages
 Your branch is up to date with 'origin/gh-pages'.

 Changes to be committed:
	modified:   _includes/wallet/start.md
	modified:   _layouts/wallet.html
  • Loading branch information
ChacaS0 committed Mar 23, 2018
1 parent d13b3c6 commit 53afa54
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
24 changes: 22 additions & 2 deletions _includes/wallet/start.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
**Test mode**
<a href="https://asciinema.org/a/171949" target="_blank"><img src="https://asciinema.org/a/171949.png" /></a>

### [](#head-start-1):bar_chart: Test mode
``tempest start -t`` or ``tempest start --test``
> This mode doesn't delete stuff from the device. It shows you what would get deleted instead.


**Serious Mode**
### [](#head-start-2):toilet: For real
```bash
tempest start
```
> Description

### [](#head-start-3)List of flags

| Long Flag | Short Flag | Description |
|:----------------|:------------|:--------------------------------------------------------------------------------------------------------|
| \-\-help | -h | [NO_ARGS] See the help section for the command. |
| \-\-test | -t | [NO_ARGS] Run **TEMPest** in *test mode*. |


**\#Note:** The size is given by the OS.
4 changes: 2 additions & 2 deletions _layouts/wallet.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ <h2 id="wall-rm" class="wall-head">Remove targets </h2>
{{ wallet-rm | markdownify }}
</div>
<!-- RM -->
<h2 id="wall-start" class="wall-head">Launch TEMPesst </h2>
<h2 id="wall-start" class="wall-head">Start TEMPest </h2>
<div id="wall-ctnt6" class="wall-ctnt">
{% capture wallet-start %}{% include wallet/start.md %}{% endcapture %}
{{ wallet-start | markdownify }}
</div>
<!-- HELP -->
<h2 id="wall-help" class="wall-head">Get help from TEMPesst </h2>
<h2 id="wall-help" class="wall-head">Get help from TEMPest </h2>
<div id="wall-ctnt7" class="wall-ctnt">
{% capture wallet-help %}{% include wallet/help.md %}{% endcapture %}
{{ wallet-help | markdownify }}
Expand Down

0 comments on commit 53afa54

Please sign in to comment.