* add support for --input-file in dagger compute
* secrets now supports bytes * error reporting for unhandled content data types in WriteFile Signed-off-by: Frederick F. Kautz IV <fkautz@alumni.cmu.edu>
This commit is contained in:
@@ -15,4 +15,6 @@ import (
|
||||
// Secret value
|
||||
// FIXME: currently aliased as a string to mark secrets
|
||||
// this requires proper support.
|
||||
#Secret: string
|
||||
#Secret: {
|
||||
string | bytes
|
||||
}
|
||||
|
@@ -87,7 +87,7 @@ package op
|
||||
|
||||
#WriteFile: {
|
||||
do: "write-file"
|
||||
content: string
|
||||
content: string | bytes
|
||||
dest: string
|
||||
mode: int | *0o644
|
||||
}
|
||||
|
Reference in New Issue
Block a user