Skip to content

adds tagging on new and updated functions#508

Merged
DeviaVir merged 6 commits into
motdotla:masterfrom
checkly:add-tags
Dec 9, 2019
Merged

adds tagging on new and updated functions#508
DeviaVir merged 6 commits into
motdotla:masterfrom
checkly:add-tags

Conversation

@tnolet

@tnolet tnolet commented Nov 29, 2019

Copy link
Copy Markdown
Contributor

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

tnolet commented Nov 29, 2019

Copy link
Copy Markdown
Contributor Author

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

@DeviaVir DeviaVir left a comment

Copy link
Copy Markdown
Collaborator

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

DeviaVir commented Dec 4, 2019

Copy link
Copy Markdown
Collaborator

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

@tnolet

tnolet commented Dec 9, 2019

Copy link
Copy Markdown
Contributor Author

@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