
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@equinor/fusion-framework-cli
Advanced tools
--- title: Fusion Framework CLI description: > Fusion Framework CLI is a powerful tool for developing, building, and publishing applications and portal templates within the Fusion Framework ecosystem. See the documentation for full guides, configuration
title: Fusion Framework CLI description: > Fusion Framework CLI is a powerful tool for developing, building, and publishing applications and portal templates within the Fusion Framework ecosystem. See the documentation for full guides, configuration, and advanced usage. tags:
Fusion Framework CLI is a command-line tool for developing, building, and publishing applications and portal templates within the Fusion Framework ecosystem. It streamlines workflows, automates common tasks, and supports modern CI/CD pipelines.
pnpm add -D @equinor/fusion-framework-cli
See Developing Apps for manual setup and configuration guidance.
pnpm fusion-framework-cli dev
pnpm fusion-framework-cli auth login
pnpm fusion-framework-cli publish --env <environment>
pnpm fusion-framework-cli app config --upload --env <environment>
Tip: For CI/CD and automation, set the
FUSION_TOKEN
environment variable. See Authentication for details.
Command | Description |
---|---|
pnpm fusion-framework-cli dev | Start local development server |
pnpm fusion-framework-cli auth login | Authenticate with Fusion |
pnpm fusion-framework-cli app ... | Working with Fusion applications |
pnpm fusion-framework-cli portal ... | Working with Fusion portal templates |
A minimal example for a Fusion Framework app:
{
"name": "@equinor/fusion-framework-app",
"version": "0.0.0",
"description": "Fusion Framework App",
"main": "dist/index.js",
"files": [
"path-to-some-file/foo.png"
]
}
Note: The
main
field should point to the build output (e.g.,dist/index.js
).
If you encounter errors like libsecret-1.so.0: cannot open shared object file
, it means libsecret
is missing. see the libsecret installation guide for instructions on how to install it based on your operating system.
node_modules/.bin
is in your PATH or use pnpm
/npx
.We welcome contributions! See our contributing guide for details on how to get started, coding standards, and submitting pull requests.
For more information, visit the docs folder or open an issue for support.
FAQs
[](./LICENSE)
We found that @equinor/fusion-framework-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.