We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25dcac5 commit c93adf6Copy full SHA for c93adf6
damsel
scripts/dmt/create_author.sh
@@ -20,4 +20,4 @@ END
20
)
21
22
woorl -s "damsel/proto/domain_config_v2.thrift" "http://dmt:8022/v1/domain/author" AuthorManagement Create "${AUTHOR_PARAMS}" |
23
-jq -r '.id'
+jq -r 'if has("exists") then .exists.id else .id end'
0 commit comments