
Security News
Socket Releases Free Certified Patches for Critical vm2 Sandbox Escape
A critical vm2 sandbox escape can allow untrusted JavaScript to break isolation and execute commands on the host Node.js process.
@atao60/fse-cli
Advanced tools
BREAKING CHANGE
Since release 0.1,@atao60/fse-cliwill only support Node.js 12 and above.
Releases 0.0.x are last ones to support LTS release 10 of Node.js.
Moreover the support is also removed for Node.js release 13.
Everyone needs simple file system operations like copy, remove, clean, ... that can be used from the terminal or via scripts.
There are many Npm packages that provide all or any of this:
This package just provides many of them from a unique CLI, without any pretention to be any kind of shell.
It is based on the API Node.js: fs-extra.
If an API is needed, use Node.js: fs-extra, not @atao60/fse-cli. If only because the latter embeds a
npm-shrinkwrap.jsonexpunged from dev dependencies.
The available CLI commands are fully functional and tested. However it's still a work in progress:
Each command is available:
fse-<command> or fse-cli-<command>,fse <command> or fse-cli <command>.The arguments and options of each command are those of Node.js: fs-extra as far as possible, see the manual.
Let's start with displaying the versions of both @atao60/fse-cli and fs-extra:
npx @atao60/fse-cli version
npm install --global @atao60/fse-cli
fse version
npm install --save-dev @atao60/fse-cli # or `yarn add --dev @atao60/fse-cli`
fse version
For more details, see the manual.
See Contributing.
See MIT.
Copyright © 2020-2023 Pierre Raoul.
Indeed the API Node.js: fs-extra.
Furthermore node-fs-extra-cli was very useful to start this project.
FAQs
A cli for fs-extra
The npm package @atao60/fse-cli receives a total of 1,585 weekly downloads. As such, @atao60/fse-cli popularity was classified as popular.
We found that @atao60/fse-cli 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
A critical vm2 sandbox escape can allow untrusted JavaScript to break isolation and execute commands on the host Node.js process.

Research
Five malicious NuGet packages impersonate Chinese .NET libraries to deploy a stealer targeting browser credentials, crypto wallets, SSH keys, and local files.

Security News
pnpm 11 turns on a 1-day Minimum Release Age and blocks exotic subdeps by default, adding safeguards against fast-moving supply chain attacks.