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

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

Copy link
Copy Markdown
ContributorAuthor

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

@DeviaVirDeviaVir 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

Copy link
Copy Markdown
Collaborator

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

@tnolet

Copy link
Copy Markdown
ContributorAuthor

@DeviaVir Okido, looks like all checks are green!

@DeviaVir
DeviaVir merged commit 0db1863 into motdotla:masterDec 9, 2019
Sign up for freeto 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

@tnolet@DeviaVir