Skip to content

Commit 8a1ddcd

Browse files
committed
feat: add codeflare s3 ls command support
1 parent 0a9f1f2 commit 8a1ddcd

File tree

5 files changed

+346
-231
lines changed

5 files changed

+346
-231
lines changed

bin/codeflare

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ if [ "$do_cli" = "1" ]; then
129129
# using electron as the nodejs binary (this is what
130130
# ELECTRON_RUN_AS_NODE does for us)
131131
export KUI_HEADLESS=true
132-
export KUI_S3=false # we don't need plugin-s3 capabilities when in headless mode
132+
export KUI_S3=${KUI_S3-false} # we don't need plugin-s3 capabilities when in headless mode
133133
export ELECTRON_RUN_AS_NODE=true
134134
fi
135135

0 commit comments

Comments
 (0)