Adds support for op.#FetchHTTP
Signed-off-by: Edgar Lee <edgarhinshunlee@gmail.com>
This commit is contained in:
@@ -85,6 +85,16 @@ package op
|
||||
authHeaderSecret?: string | bytes
|
||||
}
|
||||
|
||||
#FetchHTTP: {
|
||||
do: "fetch-http"
|
||||
url: string
|
||||
checksum?: string
|
||||
filename?: string
|
||||
mode?: int | *0o644
|
||||
uid?: int
|
||||
gid?: int
|
||||
}
|
||||
|
||||
#Copy: {
|
||||
do: "copy"
|
||||
from: _
|
||||
|
@@ -7,6 +7,7 @@ package op
|
||||
#FetchContainer |
|
||||
#PushContainer |
|
||||
#FetchGit |
|
||||
#FetchHTTP |
|
||||
#Exec |
|
||||
#Local |
|
||||
#Copy |
|
||||
|
Reference in New Issue
Block a user