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

adds tagging on new and updated functions #508

Merged
merged 6 commits into from
Dec 9, 2019
Merged

adds tagging on new and updated functions #508

merged 6 commits into from
Dec 9, 2019

Conversation

tnolet
Copy link
Contributor

@tnolet tnolet commented Nov 29, 2019

This feature enables the user to add tags. I'm using the flag -A, --tags with key value pairs separated by = and ,, e.g. -A tag1=value1,tag2=value2.

Tags are automatically added on newly created functions; it's just another parameter in the params object. For updating functions, you need to first list the current tags, remove them and create the new ones. This is done in the newly created _updateTags() function in the main code.

@tnolet
Copy link
Contributor Author

tnolet commented Nov 29, 2019

Ok, this is just failing on Node.js 12 like the master branch.

Copy link
Collaborator

@DeviaVir DeviaVir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed, code itself looks fine.

Approving, but will investigate what's up with node12

@DeviaVir
Copy link
Collaborator

DeviaVir commented Dec 4, 2019

@tnolet mind rebasing latest master into your branch? That should resolve it (thanks @abetomo!)

@tnolet
Copy link
Contributor Author

tnolet commented Dec 9, 2019

@DeviaVir Okido, looks like all checks are green!

@DeviaVir DeviaVir merged commit 0db1863 into motdotla:master Dec 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants