Skip to content
New issue

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

branding set/reset response inconsistency #44

Open
ghchinoy opened this issue Mar 27, 2018 · 0 comments
Open

branding set/reset response inconsistency #44

ghchinoy opened this issue Mar 27, 2018 · 0 comments

Comments

@ghchinoy
Copy link
Owner

ghchinoy commented Mar 27, 2018

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

$ 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.

@ghchinoy ghchinoy changed the title branding set/reset esponse inconsistency branding set/reset response inconsistency Mar 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant