Skip to content
This repository was archived by the owner on Apr 13, 2020. It is now read-only.

Commit 9ec7b37

Browse files
Change output shorthand back to -o (#451)
Co-authored-by: Bhargav Nookala <[email protected]>
1 parent 0e0ba83 commit 9ec7b37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/commands/deployment/get.decorator.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"defaultValue": ""
4040
},
4141
{
42-
"arg": "-O, --output <output-format>",
42+
"arg": "-o, --output <output-format>",
4343
"description": "Output the information one of the following: normal, wide, JSON",
4444
"defaultValue": "normal"
4545
},

tests/validations.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ fi
432432
export sa_access_key=$(echo "$sa_access_key" | tr -d '"')
433433
spk init -f ./spk-config-test.yaml
434434
spk deployment get --build-id $pipeline1id
435-
export output=$(spk deployment get --build-id $pipeline1id -O json > file.json )
435+
export output=$(spk deployment get --build-id $pipeline1id -o json > file.json )
436436
length=$(cat file.json | jq 'length')
437437
if (( length > 0 )); then
438438
echo "$length deployment(s) were returned by spk deployment get"

0 commit comments

Comments
 (0)