Skip to content

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.

2 participants