You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're excited to announce the release of Fusion Framework v11.3.0! This release brings significant improvements to the CLI tooling and introduces powerful new app creation capabilities that will streamline your development workflow.
🎯 What's New
✨ New create app Command
The biggest addition in this release is the comprehensive app creation system that allows you to bootstrap new Fusion applications from templates with a single command:
# Create a new Fusion app interactively
ffc create app my-awesome-app
# Alternative syntax
ffc app create my-awesome-app
Key Features:
🎨 Interactive Template Selection - Choose from bare or basic application templates
Improved Error Handling - Better error messages with clear guidance for troubleshooting
Process Management - Migrated to execa for better process cleanup and signal handling
Workspace Dependency Resolution - Automatically converts workspace dependencies to npm versions for deployable apps
🐛 Bug Fixes & Improvements
Fixed CLI Tag Commands - Resolved --version flag conflicts in app tag and portal tag commands
Unified Package Syntax - New --package name@version syntax for cleaner command usage
Enhanced Documentation - Updated CLI documentation with comprehensive guides
📦 Package Updates
@equinor/fusion-framework-cli@11.3.0
Minor Changes: New create app command with template support
Patch Changes: Security enhancements and bug fixes
@equinor/fusion-framework-docs@0.4.6
Patch Changes: Added comprehensive "Creating Apps" guide to documentation
🚀 Getting Started
Create Your First App
# Install the latest CLI
npm install -g @equinor/fusion-framework-cli
# Create a new app
ffc create app my-fusion-app
# Follow the interactive prompts to select your template# The CLI will handle the rest!
Migration Guide
If you're using the old CLI tag commands, here's how to migrate:
Before:
fusion-framework-cli app tag --appKey my-app --version 1.2.3 latest
After:
fusion-framework-cli app tag --package my-app@1.2.3 latest
📚 documentationImprovements or additions to documentation⛓️ dependenciesPull requests that update a dependency file💾 CLIfusion framework CLI
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
We're excited to announce the release of Fusion Framework v11.3.0! This release brings significant improvements to the CLI tooling and introduces powerful new app creation capabilities that will streamline your development workflow.
🎯 What's New
✨ New
create appCommandThe biggest addition in this release is the comprehensive app creation system that allows you to bootstrap new Fusion applications from templates with a single command:
Key Features:
🔧 Enhanced CLI Security & Reliability
execafor better process cleanup and signal handling🐛 Bug Fixes & Improvements
--versionflag conflicts inapp tagandportal tagcommands--package name@versionsyntax for cleaner command usage📦 Package Updates
@equinor/fusion-framework-cli@11.3.0
@equinor/fusion-framework-docs@0.4.6
🚀 Getting Started
Create Your First App
Migration Guide
If you're using the old CLI tag commands, here's how to migrate:
Before:
After:
📚 Documentation
🎉 What's Next
This release sets the foundation for even more powerful development tools. We're working on:
🙏 Credits
Special thanks to:
🔗 Links
Ready to try it out? Run
ffc create app my-test-appand let us know what you think! 🚀#FusionFramework #CLI #AppCreation #Release
All reactions