
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.
@manifoldco/cli
Advanced tools
Manage your cloud services like a developer.
Homepage | Twitter | Code of Conduct | Contribution Guidelines
To install or update manifold, you can use the install script using cURL:
curl -o- https://raw.githubusercontent.com/manifoldco/manifold-cli/master/install.sh | sh
You can customize the install directory, profile, and version using the
MANIFOLD_DIR
, PROFILE
and MANIFOLD_VERSION
variables. Eg: curl ... | MANIFOLD_DIR=/usr/local sh
for a global install.
Homebrew can be installed via brew.sh
$ brew install manifoldco/brew/manifold-cli
Bare zip archives per release version are available on https://releases.manifold.co
For instructions on Windows, click here.
If you have bash and bash-completion installed, you can enable autocomplete with:
curl -o- https://raw.githubusercontent.com/manifoldco/manifold-cli/master/autocomplete.sh | sh
First you must create an account.
$ manifold signup
Then you can create your first resource.
$ manifold create
Followed by running your process with the appropriate ENV.
$ manifold run ./bin/server
Manifold's manifold-cli is released under the BSD 3-Clause License.
FAQs
Manage your services and config from the command line
We found that @manifoldco/cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 18 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
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.