{"id":22542173,"url":"https://github.com/commercelayer/commercelayer-cli-plugin-tags","last_synced_at":"2026-03-02T07:31:59.331Z","repository":{"id":189934987,"uuid":"663525834","full_name":"commercelayer/commercelayer-cli-plugin-tags","owner":"commercelayer","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-05T15:30:06.000Z","size":1161,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-09T01:54:01.057Z","etag":null,"topics":["commercelayer"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/commercelayer.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-07T13:52:51.000Z","updated_at":"2025-12-05T15:30:09.000Z","dependencies_parsed_at":"2023-11-21T09:42:51.453Z","dependency_job_id":"d7dda66f-45c9-4aff-a275-f84f30e89d8b","html_url":"https://github.com/commercelayer/commercelayer-cli-plugin-tags","commit_stats":null,"previous_names":["commercelayer/commercelayer-cli-plugin-tags"],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/commercelayer/commercelayer-cli-plugin-tags","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commercelayer%2Fcommercelayer-cli-plugin-tags","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commercelayer%2Fcommercelayer-cli-plugin-tags/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commercelayer%2Fcommercelayer-cli-plugin-tags/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commercelayer%2Fcommercelayer-cli-plugin-tags/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/commercelayer","download_url":"https://codeload.github.com/commercelayer/commercelayer-cli-plugin-tags/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commercelayer%2Fcommercelayer-cli-plugin-tags/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29994997,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T01:47:34.672Z","status":"online","status_checked_at":"2026-03-02T02:00:07.342Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["commercelayer"],"created_at":"2024-12-07T13:08:50.202Z","updated_at":"2026-03-02T07:31:59.326Z","avatar_url":"https://github.com/commercelayer.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @commercelayer/cli-plugin-tags\n\nCommerce Layer CLI Tags plugin\n\n[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)\n[![Version](https://img.shields.io/npm/v/@commercelayer/cli-plugin-tags.svg)](https://npmjs.org/package/@commercelayer/cli-plugin-tags)\n[![Downloads/week](https://img.shields.io/npm/dw/@commercelayer/cli-plugin-tags.svg)](https://npmjs.org/package/@commercelayer/cli-plugin-tags)\n[![License](https://img.shields.io/npm/l/@commercelayer/cli-plugin-tags.svg)](https://github.com/@commercelayer/cli-plugin-tags/blob/master/package.json)\n\n\u003c!-- toc --\u003e\n\n* [Usage](#usage)\n* [Commands](#commands)\n\u003c!-- tocstop --\u003e\n## Usage\n\u003c!-- usage --\u003e\n\n```sh-session\ncommercelayer COMMAND\n\ncommercelayer [COMMAND] (--help | -h) for detailed information about plugin commands.\n```\n\u003c!-- usagestop --\u003e\n## Commands\n\u003c!-- commands --\u003e\n\n* [`commercelayer tags [ID]`](#commercelayer-tags-id)\n* [`commercelayer tags:add`](#commercelayer-tagsadd)\n* [`commercelayer tags:count ID_NAME`](#commercelayer-tagscount-id_name)\n* [`commercelayer tags:create`](#commercelayer-tagscreate)\n* [`commercelayer tags:delete`](#commercelayer-tagsdelete)\n* [`commercelayer tags:details ID_NAME`](#commercelayer-tagsdetails-id_name)\n* [`commercelayer tags:list`](#commercelayer-tagslist)\n* [`commercelayer tags:remove`](#commercelayer-tagsremove)\n* [`commercelayer tags:types`](#commercelayer-tagstypes)\n* [`commercelayer tags:update ID_NAME`](#commercelayer-tagsupdate-id_name)\n* [`commercelayer tags:which ID_NAME`](#commercelayer-tagswhich-id_name)\n\n### `commercelayer tags [ID]`\n\nList all the created tags or show details of a single tag.\n\n```sh-session\nUSAGE\n  $ commercelayer tags [ID] [-A | -l \u003cvalue\u003e]\n\nARGUMENTS\n  ID  unique id of the tag to be retrieved\n\nFLAGS\n  -A, --all            show all tags instead of first 25 only\n  -l, --limit=\u003cvalue\u003e  limit number of tags in output\n\nDESCRIPTION\n  list all the created tags or show details of a single tag\n```\n\n_See code: [src/commands/tags/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-tags/blob/main/src/commands/tags/index.ts)_\n\n### `commercelayer tags:add`\n\nAdd one or more tags to a set of resources.\n\n```sh-session\nUSAGE\n  $ commercelayer tags:add -n \u003cvalue\u003e... -t \u003cvalue\u003e -i \u003cvalue\u003e... [-C \u003cvalue\u003e] [-v]\n\nFLAGS\n  -C, --create=\u003cvalue\u003e   create tags if doesn't exist\n  -i, --id=\u003cvalue\u003e...    (required) the IDs of the resources to tag\n  -n, --name=\u003cvalue\u003e...  (required) the tag name\n  -t, --type=\u003cvalue\u003e     (required) the type of the resource to tag\n  -v, --verbose          show details of the tag process\n\nDESCRIPTION\n  add one or more tags to a set of resources\n\nALIASES\n  $ commercelayer tag\n\nEXAMPLES\n  $ commercelayer tags:add -t \u003cresource-type\u003e -n \u003ctag-names\u003e -i \u003cresources-id\u003e\n\n  $ cl tag -t customers -i aBcDeFghIL mnOPqRstUV -n groupA\n```\n\n_See code: [src/commands/tags/add.ts](https://github.com/commercelayer/commercelayer-cli-plugin-tags/blob/main/src/commands/tags/add.ts)_\n\n### `commercelayer tags:count ID_NAME`\n\nCount resources tagged with a specific tag.\n\n```sh-session\nUSAGE\n  $ commercelayer tags:count ID_NAME [-t \u003cvalue\u003e | -z]\n\nARGUMENTS\n  ID_NAME  unique id or name of the tag\n\nFLAGS\n  -t, --type=\u003cvalue\u003e  the type of the tagged resources\n  -z, --zero          show also resources without tags\n\nDESCRIPTION\n  count resources tagged with a specific tag\n\nEXAMPLES\n  $ commercelayer tags:count\n\n  $ cl tags:count -t \u003cresource-type\u003e\n```\n\n_See code: [src/commands/tags/count.ts](https://github.com/commercelayer/commercelayer-cli-plugin-tags/blob/main/src/commands/tags/count.ts)_\n\n### `commercelayer tags:create`\n\nCreate one or more new tags.\n\n```sh-session\nUSAGE\n  $ commercelayer tags:create -n \u003cvalue\u003e...\n\nFLAGS\n  -n, --name=\u003cvalue\u003e...  (required) the tag name\n\nDESCRIPTION\n  create one or more new tags\n\nEXAMPLES\n  $ commercelayer tags:create -n \u003ctag-names\u003e\n\n  $ cl tags:create -n flag1 flag2 flag3\n```\n\n_See code: [src/commands/tags/create.ts](https://github.com/commercelayer/commercelayer-cli-plugin-tags/blob/main/src/commands/tags/create.ts)_\n\n### `commercelayer tags:delete`\n\nDelete one or more existing tags.\n\n```sh-session\nUSAGE\n  $ commercelayer tags:delete -n \u003cvalue\u003e...\n\nFLAGS\n  -n, --name=\u003cvalue\u003e...  (required) the tag name\n\nDESCRIPTION\n  delete one or more existing tags\n\nEXAMPLES\n  $ commercelayer tags:delete -n \u003ctag-names\u003e\n\n  $ cl tags:delete -n flag1 flag2 flag3\n```\n\n_See code: [src/commands/tags/delete.ts](https://github.com/commercelayer/commercelayer-cli-plugin-tags/blob/main/src/commands/tags/delete.ts)_\n\n### `commercelayer tags:details ID_NAME`\n\nShow the details of an existing tag.\n\n```sh-session\nUSAGE\n  $ commercelayer tags:details ID_NAME\n\nARGUMENTS\n  ID_NAME  unique id or name of the tag\n\nDESCRIPTION\n  show the details of an existing tag\n\nEXAMPLES\n  $ commercelayer tags:details \u003ctag-id/tag-name\u003e\n```\n\n_See code: [src/commands/tags/details.ts](https://github.com/commercelayer/commercelayer-cli-plugin-tags/blob/main/src/commands/tags/details.ts)_\n\n### `commercelayer tags:list`\n\nList all the created tags.\n\n```sh-session\nUSAGE\n  $ commercelayer tags:list [-A | -l \u003cvalue\u003e]\n\nFLAGS\n  -A, --all            show all tags instead of first 25 only\n  -l, --limit=\u003cvalue\u003e  limit number of tags in output\n\nDESCRIPTION\n  list all the created tags\n\nEXAMPLES\n  $ commercelayer tags\n\n  $ cl tags:list -A\n```\n\n_See code: [src/commands/tags/list.ts](https://github.com/commercelayer/commercelayer-cli-plugin-tags/blob/main/src/commands/tags/list.ts)_\n\n### `commercelayer tags:remove`\n\nRemove one or more tags to a set of resources.\n\n```sh-session\nUSAGE\n  $ commercelayer tags:remove -n \u003cvalue\u003e... -t \u003cvalue\u003e -i \u003cvalue\u003e... [-v]\n\nFLAGS\n  -i, --id=\u003cvalue\u003e...    (required) the IDs of th eresources to tag\n  -n, --name=\u003cvalue\u003e...  (required) the tag name\n  -t, --type=\u003cvalue\u003e     (required) the type of the resource to tag\n  -v, --verbose          show details of the tag process\n\nDESCRIPTION\n  remove one or more tags to a set of resources\n\nEXAMPLES\n  $ commercelayer tags:remove -t \u003cresource-type\u003e -n \u003ctag-names\u003e -i \u003cresources-id\u003e\n\n  $ cl tags:rm -t customers -i aBcDeFghIL mnOPqRstUV -n groupA\n```\n\n_See code: [src/commands/tags/remove.ts](https://github.com/commercelayer/commercelayer-cli-plugin-tags/blob/main/src/commands/tags/remove.ts)_\n\n### `commercelayer tags:types`\n\nShow online documentation for supported resources.\n\n```sh-session\nUSAGE\n  $ commercelayer tags:types [-O]\n\nFLAGS\n  -O, --open  open online documentation page\n\nDESCRIPTION\n  show online documentation for supported resources\n\nEXAMPLES\n  $ commercelayer tags:types\n```\n\n_See code: [src/commands/tags/types.ts](https://github.com/commercelayer/commercelayer-cli-plugin-tags/blob/main/src/commands/tags/types.ts)_\n\n### `commercelayer tags:update ID_NAME`\n\nUpdate an existing tag.\n\n```sh-session\nUSAGE\n  $ commercelayer tags:update ID_NAME -n \u003cvalue\u003e\n\nARGUMENTS\n  ID_NAME  unique id or name of the tag\n\nFLAGS\n  -n, --name=\u003cvalue\u003e  (required) the new tag name\n\nDESCRIPTION\n  update an existing tag\n\nEXAMPLES\n  $ commercelayer tags:update \u003ctag-id\u003e -n \u003ctag-name\u003e\n```\n\n_See code: [src/commands/tags/update.ts](https://github.com/commercelayer/commercelayer-cli-plugin-tags/blob/main/src/commands/tags/update.ts)_\n\n### `commercelayer tags:which ID_NAME`\n\nShow all the resources with this tag.\n\n```sh-session\nUSAGE\n  $ commercelayer tags:which ID_NAME -t \u003cvalue\u003e [-A | -l \u003cvalue\u003e]\n\nARGUMENTS\n  ID_NAME  unique id or name of the tag\n\nFLAGS\n  -A, --all            show all resources instead of first 25 only\n  -l, --limit=\u003cvalue\u003e  limit number of resources in output\n  -t, --type=\u003cvalue\u003e   (required) the type of the tagged resources\n\nDESCRIPTION\n  show all the resources with this tag\n\nEXAMPLES\n  $ commercelayer tags:which \u003ctag-id-or-name\u003e -t \u003cresource-type\u003e\n\n  $ cl tags:which groupA -t customers -A\n```\n\n_See code: [src/commands/tags/which.ts](https://github.com/commercelayer/commercelayer-cli-plugin-tags/blob/main/src/commands/tags/which.ts)_\n\u003c!-- commandsstop --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommercelayer%2Fcommercelayer-cli-plugin-tags","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcommercelayer%2Fcommercelayer-cli-plugin-tags","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommercelayer%2Fcommercelayer-cli-plugin-tags/lists"}