diff --git a/README.md b/README.md index 4288c0e..12420a6 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,13 @@ A little CLI for working with databases during development for quick queries and - [ ] Run a parameterized query using a CSV for multiple inputs? - # Command Topics -- [`sqlq connection`](docs/connection.md) - Create a connection to a database -- [`sqlq help`](docs/help.md) - Display help for sqlq. -- [`sqlq history`](docs/history.md) - Delete a history entry -- [`sqlq query`](docs/query.md) - Query data from a database by file -- [`sqlq tool`](docs/tool.md) - Create a tool +* [`sqlq connection`](docs/connection.md) - Create a connection to a database +* [`sqlq help`](docs/help.md) - Display help for sqlq. +* [`sqlq history`](docs/history.md) - Delete a history entry +* [`sqlq query`](docs/query.md) - Query data from a database by file +* [`sqlq tool`](docs/tool.md) - Create a tool +* [`sqlq yeet`](docs/yeet.md) - Run a query via connection string. Not saved in history. diff --git a/docs/connection.md b/docs/connection.md index 4c519ad..3487f7f 100644 --- a/docs/connection.md +++ b/docs/connection.md @@ -15,7 +15,8 @@ Create a connection to a database ``` USAGE - $ sqlq connection create ALIAS DRIVER CONNECTIONSTRING [DESCRIPTION] [--format js|table|json|csv] + $ sqlq connection create ALIAS DRIVER CONNECTIONSTRING [DESCRIPTION] [--format js|table|json|yml|yaml|csv|ssv] + [--outfile ] ARGUMENTS ALIAS Alias for connection @@ -25,7 +26,8 @@ ARGUMENTS FLAGS --format=