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
As mentioned in #42, we should identify, deprecate and remove actions for services that no longer exist. As an example, cf was renamed cloudformation.
cf
cloudformation
The text was updated successfully, but these errors were encountered:
Do we plan to simply remove it and update readme + changelog?
Or do we plan to make those actions dummy actions which do something like raise ValueError('Action foo has been deprecated in favor of action bar')?
raise ValueError('Action foo has been deprecated in favor of action bar')
Sorry, something went wrong.
I prefer the second option. Would you recommend also updating the readme and change log?
Then sometime later, we can get rid of the dummy actions.
No branches or pull requests
As mentioned in #42, we should identify, deprecate and remove actions for services that no longer exist. As an example,
cf
was renamedcloudformation
.The text was updated successfully, but these errors were encountered: