
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@vtex/cli-plugin-infra
Advanced tools
Extend the vtex toolbelt!
vtex/toolbelt and follow the steps on the Contributing section.package.json.yarn link on this project.vtex link @vtex/cli-plugin-template (or the new name) on the vtex/toolbelt project.yarn watch on the vtex/toolbeltvtex-test helloFor more information, read Ocliff Docs.
$ npm install -g @vtex/cli-plugin-infra
$ vtex COMMAND
running command...
$ vtex (-v|--version|version)
@vtex/cli-plugin-infra/1.0.0 linux-x64 node-v12.22.1
$ vtex --help [COMMAND]
USAGE
$ vtex COMMAND
...
vtex infra:install SERVICEIDInstalls an infra service.
USAGE
$ vtex infra:install SERVICEID
ARGUMENTS
SERVICEID Name and version of the service ({vendor}.{servicename}@{x.x.x}) to install.
OPTIONS
-h, --help show CLI help
-v, --verbose Show debug level logs
--trace Ensure all requests to VTEX IO are traced
EXAMPLES
vtex infra install infra-service
vtex infra install infra-service@0.0.1
See code: build/commands/infra/install.ts
vtex infra:list [NAME]Lists installed infra services.
USAGE
$ vtex infra:list [NAME]
ARGUMENTS
NAME Service name.
OPTIONS
-a, --available Lists services that are available to install.
-f, --filter=filter Lists services that contain the specified word.
-h, --help show CLI help
-v, --verbose Show debug level logs
--trace Ensure all requests to VTEX IO are traced
ALIASES
$ vtex infra:ls
EXAMPLES
vtex infra list
vtex infra ls
See code: build/commands/infra/list.ts
vtex infra:updateUpdates all installed infra services.
USAGE
$ vtex infra:update
OPTIONS
-h, --help show CLI help
-v, --verbose Show debug level logs
--trace Ensure all requests to VTEX IO are traced
EXAMPLE
vtex infra update
See code: build/commands/infra/update.ts
FAQs
vtex plugin infra
We found that @vtex/cli-plugin-infra demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 69 open source maintainers 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.