We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example of inconsistent response
$ cectl branding set --file financialforce.branding.json --profile prod $ cectl branding reset --profile prod
Note that branding set doesn't return a new line on 200 whereas branding reset does
branding set
branding reset
$ cectl branding set --file financialforce.branding.json --profile prod --debug 2018/03/27 09:43:37 Updating Platform branding ... 2018/03/27 09:43:37 PUT https://api.cloud-elements.com/elements/api-v2/organizations/branding 2018/03/27 09:43:38 Status 200 $ cectl branding reset --profile prod --debug 2018/03/27 09:43:42 Resetting Platform branding ... 2018/03/27 09:43:42 DELETE https://api.cloud-elements.com/elements/api-v2/organizations/branding 2018/03/27 09:43:43 Status 200
Would be good to have branding reset not return a newline.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Example of inconsistent response
Note that
branding set
doesn't return a new line on 200 whereasbranding reset
doesWould be good to have
branding reset
not return a newline.The text was updated successfully, but these errors were encountered: