
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
commercelayer-cli-plugin-token
Advanced tools
commercelayer-cli-plugin-token ==============================
$ commercelayer-cli-plugin-token COMMAND
$ commercelayer-cli-plugin-token (-v | version | --version) to check the version of the CLI you have installed.
$ commercelayer-cli-plugin-token [COMMAND] (--help | -h) for detailed information about CLI commands.
commercelayer-cli-plugin-token token:create
commercelayer-cli-plugin-token token:decode [TOKEN]
commercelayer-cli-plugin-token token:get
commercelayer-cli-plugin-token token:revoke [TOKEN]
commercelayer-cli-plugin-token token:create
Create a new custom access token.
USAGE
$ commercelayer-cli-plugin-token token:create
OPTIONS
-m, --minutes=minutes (required) minutes to token expiration [2, 120]
-o, --organization=organization (required) the slug of your organization
-s, --shared=shared (required) organization shared secret
--info show access token info
See code: src/commands/token/create.ts
commercelayer-cli-plugin-token token:decode [TOKEN]
Decode a Commerce Layer access token.
USAGE
$ commercelayer-cli-plugin-token token:decode [TOKEN]
ARGUMENTS
TOKEN the access token to decode
OPTIONS
-o, --organization=organization (required) the slug of your organization
See code: src/commands/token/decode.ts
commercelayer-cli-plugin-token token:get
Get a new access token.
USAGE
$ commercelayer-cli-plugin-token token:get
OPTIONS
-S, --scope=scope access token scope (market, stock location)
-e, --email=email customer email
-i, --clientId=clientId (required) application client_id
-o, --organization=organization (required) the slug of your organization
-p, --password=password customer secret password
-s, --clientSecret=clientSecret application client_secret
--info show access token info
See code: src/commands/token/get.ts
commercelayer-cli-plugin-token token:revoke [TOKEN]
Revoke a Commerce Layer access token.
USAGE
$ commercelayer-cli-plugin-token token:revoke [TOKEN]
ARGUMENTS
TOKEN access token to revoke
OPTIONS
-i, --clientId=clientId (required) application client_id
-o, --organization=organization (required) the slug of your organization
-s, --clientSecret=clientSecret (required) application client_secret
See code: src/commands/token/revoke.ts
FAQs
commercelayer-cli-plugin-token ==============================
We found that commercelayer-cli-plugin-token demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.