debian-forge-cli/cmd/image-builder
Michael Vogt e41377b82a main: add new upload command
This commit adds a new `upload` command that can be used to
upload a raw image to the cloud. Currently only AWS is
supported but as images adds more clouds to the uploader interfac
we can easily expand more.

The cloud is currently detected via the file extension, that
mapping probably should also go into the `images` library.
2025-02-11 13:38:04 +01:00
..
build.go main: add progress support via bibs code 2025-01-29 15:21:33 +00:00
describeimg.go describeimg: typo in describe output 2025-02-06 20:00:49 +01:00
describeimg_test.go describeimg: typo in describe output 2025-02-06 20:00:49 +01:00
distro.go image-builder: newline in error message 2025-01-20 06:55:24 +00:00
distro_test.go image-builder: newline in error message 2025-01-20 06:55:24 +00:00
export_test.go main: add new upload command 2025-02-11 13:38:04 +01:00
filters.go cmd: implement manifest command 2024-12-16 07:54:45 +00:00
filters_test.go main: help golang-ci to find the "main" symbol in the tests 2025-01-10 08:30:28 +00:00
list.go cmd: implement manifest command 2024-12-16 07:54:45 +00:00
main.go main: add new upload command 2025-02-11 13:38:04 +01:00
main_test.go main: add new upload command 2025-02-11 13:38:04 +01:00
manifest.go manifest: slightly clean up directory creation 2025-01-29 11:56:14 +00:00
repos.go main: update for new reporegistry.New() api (c.f. pr#1179) 2025-02-10 20:40:56 +01:00