Commit graph

100 commits

Author SHA1 Message Date
481a0782c5
feat: added config implementation using viper 2025-09-15 15:52:42 -06:00
773dc556cd
feat: added config implementation using viper 2025-09-07 14:43:45 -06:00
4d55a3edc2
feat: initial implementation of run cmd 2025-09-05 22:21:27 -06:00
d408893389
refactor: small changes and tweaks 2025-09-05 22:21:00 -06:00
3ced4e4fd4
docs: fixed examples and help output 2025-09-03 17:38:00 -06:00
42c8fd7c1a
feat: added kwargs and flags to pass to plugins 2025-09-01 18:59:12 -06:00
bdd85b01ff
feat: added cacerts and some tidying 2025-08-31 22:02:10 -06:00
c799dc7838
chore: updated examples in README and cmd 2025-08-31 11:58:17 -06:00
8e1fa3d2ab
feat: updated cmd/pkg implementations and cleanup 2025-08-31 11:48:49 -06:00
cb3d4ce8db
feat: added tip about local plugins info 2025-08-31 11:03:25 -06:00
e115319913
feat: implemented local plugins info 2025-08-31 11:01:43 -06:00
fa8ef7ab4b
chore: fix typos in files 2025-08-31 00:21:19 -06:00
13b02c03e8
feat: implemented upload cmd and pkg 2025-08-31 00:13:33 -06:00
fbed466c3d
refactor: updated cmd and pkg implementations 2025-08-30 23:30:46 -06:00
18edb93d2c
feat: added delete cmd 2025-08-30 23:19:18 -06:00
4771bf45ac
refactor: added MAKESHIFT_LOG_LEVEL env var 2025-08-30 00:29:18 -06:00
dc8a9cff20
refactor: minor changes and fixes 2025-08-30 00:23:53 -06:00
73498a08de
fix: issue with host not being set for plugins cmd 2025-08-30 00:13:05 -06:00
0f6f8957f6
refactor: updated cmd request and added plugin info 2025-08-30 00:04:17 -06:00
947fbba854
feat: added plugin and profile list commands 2025-08-29 23:51:43 -06:00
94887aae9e
fix: panic with using init cmd 2025-08-29 22:39:49 -06:00
325f77b9d4
feat: added init cmd implementation 2025-08-29 22:33:07 -06:00
418889b17f
refactor: added error check for server.Init() 2025-08-29 22:32:37 -06:00
85e333289b
feat: added init cmd with example 2025-08-29 19:43:24 -06:00
e458783061
feat: added run example and args 2025-08-29 19:39:40 -06:00
a4d1de9a51
refactor: change MAKESHIFT_SERVER_ROOT to MAKESHIFT_ROOT 2025-08-29 19:39:09 -06:00
ac36201f07
feat: initial upload cmd implementation 2025-08-29 19:27:06 -06:00
135245ca9c
cleanup: removed unused code and formatting 2025-08-29 16:24:23 -06:00
df8730463e
cleanup: removed unused code/comments 2025-08-29 16:07:57 -06:00
3244a66f8e
fix: issue with logging not initializing correctly 2025-08-29 16:02:36 -06:00
e5c1b59bc1
feat: allow expanding and remove archive after download 2025-08-29 11:04:16 -06:00
2536848541
refactor: changed how file/archives are downloaded and saved 2025-08-28 18:20:40 -06:00
98f9acad5d
feat: added downloading templated archives 2025-08-28 12:25:45 -06:00
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