|
|
1ebea8cb73
|
feat: added working rendering with plugins
|
2025-08-26 22:11:17 -06:00 |
|
|
|
59a5225b28
|
feat: updated implementations for cmds
|
2025-08-24 20:39:39 -06:00 |
|
|
|
0de7beefd0
|
refactor: removed unnecessary cmd commands
|
2025-08-24 20:35:36 -06:00 |
|
|
|
4d33b12fe0
|
feat: added 'profile' and 'plugins' flags
|
2025-08-19 21:32:45 -06:00 |
|
|
|
920703fc0e
|
feat: added skeleton implementation for run and profiles cmd
|
2025-08-18 11:02:33 -06:00 |
|
|
|
419e9781bf
|
feat: added root, download, list, and serve cmd implementations
|
2025-08-18 11:01:19 -06:00 |
|
|
|
1413312893
|
refactor: updated cmd command funcs
|
2025-08-14 07:41:09 -06:00 |
|
|
|
bfd83f35a3
|
refactor: initial commit for major rewrite
|
2025-08-03 20:25:18 -06:00 |
|
|
|
4f836630b0
|
cmd: minor changes
|
2025-01-07 12:14:53 -07:00 |
|
|
|
4ff8094988
|
fix: added os.Exit in commands with error
|
2024-12-17 16:28:13 -07:00 |
|
|
|
5c9e9f0540
|
cmd: changed 'server' variable name to not collide with package name
|
2024-12-16 15:40:20 -07:00 |
|
|
|
34bbd1ce85
|
server: fixed error message handling
|
2024-12-16 15:24:52 -07:00 |
|
|
|
cccf6321cc
|
fix: set clientopts correctly in generate.go
|
2024-12-13 12:23:17 -07:00 |
|
|
|
e1ab1e7102
|
refactor: added client opts to serve.cmd and more logging info
|
2024-12-12 14:28:48 -07:00 |
|
|
|
d02a49fe80
|
refactor: changed fmt.Print to log.Info in cmd/fetch
|
2024-12-10 18:35:55 -07:00 |
|
|
|
ad45a540f0
|
chore: tidy and code cleanup
|
2024-12-10 18:31:03 -07:00 |
|
|
|
ebd5c46092
|
fix: corrected log message
|
2024-12-04 15:52:22 -07:00 |
|
|
|
0569c33633
|
refactor: converted more fmt.Printf to log.*
|
2024-12-04 15:48:45 -07:00 |
|
|
|
e3a8461828
|
cmd: updated --host flag and removed --port
|
2024-12-03 15:54:53 -07:00 |
|
|
|
e1a9f4ae36
|
fix: changed output to use log instead of fmt
|
2024-12-03 12:51:48 -07:00 |
|
|
|
5ca4d17d42
|
fix: added missing output maps
|
2024-12-03 12:51:13 -07:00 |
|
|
|
32065dc163
|
refactor: name changes and code clean up
|
2024-11-21 14:13:31 -07:00 |
|
|
|
dac6c2306f
|
client: moved cacert logic from 'serve' cmd to client
|
2024-11-14 16:53:00 -07:00 |
|
|
|
b5d492d6c0
|
cmd: added error when specifying config path but not found
|
2024-11-14 16:26:17 -07:00 |
|
|
|
4bd4dac129
|
cmd: removed flag and added check for cacert
|
2024-11-14 16:21:04 -07:00 |
|
|
|
e93bef79f2
|
cmd: moved --cacert flag to use with 'serve' command
|
2024-11-14 13:44:24 -07:00 |
|
|
|
84e27d622a
|
Added option to compress and archive multiple generated files
|
2024-09-24 15:27:23 -06:00 |
|
|
|
e044d4b5ed
|
Changed from using multiple plugin paths to just one
|
2024-09-20 16:53:30 -06:00 |
|
|
|
b488c32195
|
Updated vars in 'root' cmd
|
2024-09-20 16:52:31 -06:00 |
|
|
|
41c0e24c06
|
Changed logic for RunTargets in 'generate' cmd
|
2024-09-20 16:52:00 -06:00 |
|
|
|
6785402928
|
Removed vars from fetch cmd
|
2024-09-20 16:51:18 -06:00 |
|
|
|
c822531fde
|
Added check to remove duplicates in 'inspect' cmd
|
2024-09-20 16:50:45 -06:00 |
|
|
|
7e50a36275
|
Added TODO about limiting args
|
2024-07-29 19:20:55 -06:00 |
|
|
|
bcf71fa297
|
Added access token envvar check and changed logging
|
2024-07-29 19:19:09 -06:00 |
|
|
|
bf5f18a6a1
|
Reimplemented and formatted 'inspect' subcommand
|
2024-07-29 19:14:43 -06:00 |
|
|
|
bc6eac3544
|
Fixed calling incorrect function in cmd/generate.go
|
2024-07-28 15:26:34 -06:00 |
|
|
|
5555d1c92b
|
Fixed more imports after refactoring
|
2024-07-28 15:23:51 -06:00 |
|
|
|
13d0e76255
|
Fixed imports after refactoring
|
2024-07-28 15:02:28 -06:00 |
|
David Allen
|
7115954cf1
|
Updated imports to use pkg/ instead of internal/
|
2024-07-10 12:19:27 -06:00 |
|
David Allen
|
1d862ebd8c
|
Added more API documentation and minor changes
|
2024-07-08 18:18:16 -06:00 |
|
David Allen
|
cd840b2bf0
|
Fixed issue with generate and added some documentation to funcs
|
2024-07-08 16:11:10 -06:00 |
|
David Allen
|
c63e9745bb
|
Added access-token CLI flag for fetch command
|
2024-07-03 12:47:14 -06:00 |
|
David Allen
|
bf937bf4d4
|
Changed server handlers to use public and protected routes correctly with auth
|
2024-07-03 11:42:27 -06:00 |
|
David Allen
|
7836aef5c3
|
Added CONFIGURATOR_JWKS_URL var for key verification
|
2024-07-03 11:41:17 -06:00 |
|
David Allen
|
c81ef3b431
|
Minor changes
|
2024-07-03 10:00:49 -06:00 |
|
David Allen
|
cccbb1ad25
|
Minor refactor to run additional targets recursively
|
2024-06-27 11:19:16 -06:00 |
|
David Allen
|
a19bf50471
|
Fixed minor errors
|
2024-06-27 09:49:28 -06:00 |
|
David Allen
|
aea3c55dd8
|
Fixed how multiple files are written for a target
|
2024-06-27 09:44:48 -06:00 |
|
David Allen
|
9c51c0fa31
|
Cleaned up how output is written to files
|
2024-06-26 16:57:59 -06:00 |
|
David Allen
|
87f35eef0f
|
Fixed output path file name with multiple targets
|
2024-06-26 14:20:52 -06:00 |
|