Skip to content

Commit 51bb3a4

Browse files
authored
Add gatewayd plugin scaffold CLI docs (#528)
* Add plugin scaffold CLI docs * Add sleep to prevent stop from starting sooner than start
1 parent 1709235 commit 51bb3a4

18 files changed

+39
-16
lines changed

docs/gatewayd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ GatewayD is a cloud-native database gateway and framework for building data-driv
2020
* [gatewayd run](gatewayd_run.md) - Run a GatewayD instance
2121
* [gatewayd version](gatewayd_version.md) - Show version information
2222

23-
###### Auto generated by spf13/cobra on 8-Mar-2024
23+
###### Auto generated by spf13/cobra on 10-May-2024

docs/gatewayd_completion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ See each sub-command's help for details on how to use the generated script.
2222
* [gatewayd completion powershell](gatewayd_completion_powershell.md) - Generate the autocompletion script for powershell
2323
* [gatewayd completion zsh](gatewayd_completion_zsh.md) - Generate the autocompletion script for zsh
2424

25-
###### Auto generated by spf13/cobra on 8-Mar-2024
25+
###### Auto generated by spf13/cobra on 10-May-2024

docs/gatewayd_completion_bash.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ gatewayd completion bash
4141

4242
* [gatewayd completion](gatewayd_completion.md) - Generate the autocompletion script for the specified shell
4343

44-
###### Auto generated by spf13/cobra on 8-Mar-2024
44+
###### Auto generated by spf13/cobra on 10-May-2024

docs/gatewayd_completion_fish.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ gatewayd completion fish [flags]
3232

3333
* [gatewayd completion](gatewayd_completion.md) - Generate the autocompletion script for the specified shell
3434

35-
###### Auto generated by spf13/cobra on 8-Mar-2024
35+
###### Auto generated by spf13/cobra on 10-May-2024

docs/gatewayd_completion_powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ gatewayd completion powershell [flags]
2929

3030
* [gatewayd completion](gatewayd_completion.md) - Generate the autocompletion script for the specified shell
3131

32-
###### Auto generated by spf13/cobra on 8-Mar-2024
32+
###### Auto generated by spf13/cobra on 10-May-2024

docs/gatewayd_completion_zsh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ gatewayd completion zsh [flags]
4343

4444
* [gatewayd completion](gatewayd_completion.md) - Generate the autocompletion script for the specified shell
4545

46-
###### Auto generated by spf13/cobra on 8-Mar-2024
46+
###### Auto generated by spf13/cobra on 10-May-2024

docs/gatewayd_config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ gatewayd config [flags]
1818
* [gatewayd config init](gatewayd_config_init.md) - Create or overwrite the GatewayD global config
1919
* [gatewayd config lint](gatewayd_config_lint.md) - Lint the GatewayD global config
2020

21-
###### Auto generated by spf13/cobra on 8-Mar-2024
21+
###### Auto generated by spf13/cobra on 10-May-2024

docs/gatewayd_config_init.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ gatewayd config init [flags]
1919

2020
* [gatewayd config](gatewayd_config.md) - Manage GatewayD global configuration
2121

22-
###### Auto generated by spf13/cobra on 8-Mar-2024
22+
###### Auto generated by spf13/cobra on 10-May-2024

docs/gatewayd_config_lint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ gatewayd config lint [flags]
1818

1919
* [gatewayd config](gatewayd_config.md) - Manage GatewayD global configuration
2020

21-
###### Auto generated by spf13/cobra on 8-Mar-2024
21+
###### Auto generated by spf13/cobra on 10-May-2024

docs/gatewayd_plugin.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ gatewayd plugin [flags]
1919
* [gatewayd plugin install](gatewayd_plugin_install.md) - Install a plugin from a local archive or a GitHub repository
2020
* [gatewayd plugin lint](gatewayd_plugin_lint.md) - Lint the GatewayD plugins config
2121
* [gatewayd plugin list](gatewayd_plugin_list.md) - List the GatewayD plugins
22+
* [gatewayd plugin scaffold](gatewayd_plugin_scaffold.md) - Scaffold a plugin and store the files into a directory
2223

23-
###### Auto generated by spf13/cobra on 8-Mar-2024
24+
###### Auto generated by spf13/cobra on 10-May-2024

0 commit comments

Comments
 (0)