feat: initial upload cmd implementation

This commit is contained in:
David Allen 2025-08-29 19:27:06 -06:00
parent e2b400fb12
commit ac36201f07
Signed by: towk
GPG key ID: 0430CDBE22619155
2 changed files with 213 additions and 2 deletions

View file

@ -30,6 +30,7 @@ var downloadCmd = cobra.Command{
curl $MAKESHIFT_HOST/download/test?plugins=smd,jinja2&profile=test
# download directory and extract it's contents automatically
# then, remove the downloaded archive
makeshift download -xr
`,
Short: "Download and modify files with plugins",