feat: initial upload cmd implementation
This commit is contained in:
parent
e2b400fb12
commit
ac36201f07
2 changed files with 213 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue