Commit Graph

11 Commits

Author SHA1 Message Date
Puskar Basu
0d8d89728b Re-add support for --mod-location flag for variable list command. Closes #3942 2023-10-03 15:25:19 +01:00
Puskar Basu
9be7fb74f1 Cloud and workspace flags should not be Global Flags as they are not used for all commands. Closes #3542 2023-09-12 15:27:56 +01:00
kaidaguerre
ac7bdafafa Update variable validation - warn/error when setting a value for a variable which is not found or inaccessible. Validate that mod requires args properties can be resolved. Closes #3546 2023-06-12 16:16:50 +01:00
Binaek Sarkar
17306488fc Fixes issue where fdw was not updated for 'service restart' command. Closes #3172 2023-03-10 12:33:59 +00:00
Binaek Sarkar
b56447cbcc Consolidates setting of CLI flag shorthand. Closes #2403 2022-11-09 10:31:09 +00:00
michizhou
f80f9c1b21 Deprecate workspace-chdir, replace with mod-location. Closes #2511 2022-10-19 11:08:34 +01:00
kaidaguerre
404dd35e21 Update database code to use pgx interface so we can leverage the connection pool hook functions to pre-warm connections. Closes #2422 (#2438)
* Provide feedback for failed prepared statements
* Move error functions to error_helpers
* Make maintenance client retriable
2022-10-05 12:38:57 +01:00
kaidaguerre
5193c70395 Restructure steampipe repo to use pkg folder. Closes #2204 2022-06-27 11:36:03 +01:00
kaidaguerre
2c5f369c92 Allow dependent mods to have the same variable name as the parent mod. Closes #1922 2022-04-26 15:39:47 +01:00
kaidaguerre
1f90fda9e2 Tidy locking in dashboard server. Make dashboard event sending async. Closes #1914 2022-04-25 21:51:04 +01:00
kaidaguerre
f8f71ab8ee Add variables list command. Closes #1868 2022-04-14 21:15:21 +01:00