Andrew Woodlee
4b382bddd9
* Getting environment variables and passwords from Vault (not tested yet) * Vault configuration to config (not tested yet) * Ability to run scripts from file on local machine on the remote host * Ability to get ouput in the notification of a list for individual commands or all commands * Make SSH connections close after all commands have been run; reuse previous connections if needed
44 lines
865 B
Markdown
44 lines
865 B
Markdown
+++
|
|
description = "Test default settings for snippets of the VSCode Front Matter extension"
|
|
title = "VSCode Front Matter"
|
|
+++
|
|
|
|
## Empty Properties
|
|
|
|
{{< attachments title="" pattern="" sort="" style="" color="" icon="" />}}
|
|
|
|
{{< badge title="" style="" color="" icon="" >}}{{< /badge >}}
|
|
|
|
{{< button href="" target="" type="" style="" color="" icon="" iconposition="" >}}{{< /button >}}
|
|
|
|
{{< children description="" depth="" sort="" showhidden="" containerstyle="" style="" >}}
|
|
|
|
{{% expand title="" open="" %}}{{% /expand %}}
|
|
|
|
a{{< icon >}}a
|
|
|
|
{{< include file="" hidefirstheading="" >}}
|
|
|
|
````math align=""
|
|
|
|
````
|
|
|
|
````mermaid align="" zoom=""
|
|
|
|
````
|
|
|
|
{{% notice title="" style="" color="" icon="" %}}{{% /notice %}}
|
|
|
|
{{< siteparam >}}
|
|
|
|
{{< openapi src="" >}}
|
|
|
|
{{< tabs groupid="" >}}
|
|
{{% tab name="" %}}
|
|
|
|
{{% /tab %}}
|
|
{{% tab name="" %}}
|
|
|
|
{{% /tab %}}
|
|
{{< /tabs >}}
|