Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Commit

Permalink
docs: update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
clintjedwards committed Nov 4, 2022
1 parent f08221c commit 273d9da
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ HCL vet is a simplistic, pluggable HCL linter.
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/clintjedwards/hclvet/blob/main/LICENSE)

<a href="https://asciinema.org/a/m4wZebEQZOfsLTcVHgZDTapFz">
Click on image for demo
<img src="demo.png" />
<img src="demo.gif" />
</a>

## Features
Expand Down
Binary file added demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 14 additions & 8 deletions demo.tape
Original file line number Diff line number Diff line change
Expand Up @@ -42,32 +42,38 @@

Output demo.gif

Set FontSize 24
Set Width 1200
Set Height 600
Set FontSize 22
Set Width 1800
Set Height 1000
Set Theme { "name": "Eastwood", "black": "#424242", "red": "#ff7675", "green": "#badc58", "yellow": "#ffeaa7", "blue": "#74b9ff", "purple": "#cc99cc", "cyan": "#81ecec", "white": "#d3d0c8", "brightBlack": "#c4c2bb", "brightRed": "#ff7675", "brightGreen": "#badc58", "brightYellow": "#ffeaa7", "brightBlue": "#74b9ff", "brightPurple": "#cc99cc", "brightCyan": "#81ecec", "brightWhite": "#d3d0c8", "background": "#424242", "foreground": "#d3d0c8", "selectionBackground": "#74b9ff", "cursorColor": "#d3d0c8" }

Type "hclvet -h"
Type "hclvet -v"

Enter

Sleep 500ms

Type "hclvet ruleset add github.com/clintjedwards/hclvet-ruleset-terraform-example"

Sleep 1.5s

Enter

Sleep 500ms
Sleep 4s

Type "hclvet ruleset list example"
Type "hclvet ruleset list terraform-example"

Sleep 1.5s

Enter

Sleep 2.5s
Sleep 6s

Type "hclvet lint ~/Documents/hclvet/internal/testdata/*"

Sleep 1.5s

Enter

Sleep 4.5s
Sleep 20s

0 comments on commit 273d9da

Please sign in to comment.