git branches commit --log-errors not working as expected #209
Unanswered
billdback-ts
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I ran
git branches commit
and specified the --log-errors flag. It listed all the files and said there was an issue and that I should use--log-errors
.Command:
cstools tools git branches commit --comment 'initial commit' --log-errors --tags git --metadata-types CONNECTION,TABLE,MODEL,LIVEBOARD --org xxx --config xxx
. No error details were shown. The command appears to have run OK (files are in GitHub) and the log only showed an error for a debug:[DEBUG - 2025-03-21T07:44:04+0000] [cs_tools.api.client - client.__after_response__ 163] <<< HTTP 400 <- /api/rest/2.0/roles/search {"error":{"message":{"debug":"Enum \"SearchRole_Privileges\" cannot represent value: \"CAN_MANAGE_USER_SECURITY_PARAMETERS\""}}}
Beta Was this translation helpful? Give feedback.
All reactions