@equinor/fusion-framework-cli 11.0.0 → 11.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Change Log
2
2
 
3
+ ## 11.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#3271](https://github.com/equinor/fusion-framework/pull/3271) [`7832bd7`](https://github.com/equinor/fusion-framework/commit/7832bd78843621ca95373596761bec29d4bdbbb8) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update dependency `chalk` to ^5.6.0
8
+
9
+ - Updated `chalk` to version ^5.6.0 in root, CLI, and log utils packages.
10
+ - No breaking changes expected.
11
+
12
+ See [chalk changelog](https://github.com/chalk/chalk/releases) for details.
13
+
14
+ - [#3309](https://github.com/equinor/fusion-framework/pull/3309) [`29efd10`](https://github.com/equinor/fusion-framework/commit/29efd10c48f9d11ba5aa7246d3217c5ea81ddc14) Thanks [@odinr](https://github.com/odinr)! - - Removed all YAML/Markdown frontmatter blocks from CLI documentation files in `/packages/cli/docs` and `/packages/cli/README.md` for a cleaner, more maintainable documentation source.
15
+
16
+ - Updated all internal documentation links to use relative paths without leading `./` for consistency and compatibility with VuePress.
17
+ - Updated the `TODO.md` file to remove completed or obsolete tasks and clarify remaining todos.
18
+
19
+ - [#3300](https://github.com/equinor/fusion-framework/pull/3300) [`219c449`](https://github.com/equinor/fusion-framework/commit/219c4492cb9d8925cdf73f31fd6d6ad2507ed971) Thanks [@dependabot](https://github.com/apps/dependabot)! - bump rollup from 4.46.2 to 4.49.0
20
+
21
+ - Updated dependencies [[`6480bf1`](https://github.com/equinor/fusion-framework/commit/6480bf197db9428fed80299c235f0608db0ca6a3), [`152eecb`](https://github.com/equinor/fusion-framework/commit/152eecbccccd5ee3aafc5d59cebdb9b9554ca026), [`113a9ac`](https://github.com/equinor/fusion-framework/commit/113a9ac9b11f4cdb09dad22cbea010a3f5097343)]:
22
+ - @equinor/fusion-framework-dev-portal@1.0.1
23
+ - @equinor/fusion-framework-module-msal-node@1.0.1
24
+
3
25
  ## 11.0.0
4
26
 
5
27
  ### Major Changes
package/README.md CHANGED
@@ -1,59 +1,5 @@
1
- ---
2
- title: Fusion Framework CLI
3
- description: >
4
- 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.
5
- tags:
6
- - fusion-framework
7
- - cli
8
- - app-development
9
- - portal-development
10
- - dev-server
11
- - ci-cd
12
- - authentication
13
- - configuration
14
- - manifest
15
- - registry
16
- - publishing
17
- - service-discovery
18
- - equinor
19
- - documentation
20
- - getting-started
21
- keywords:
22
- - fusion framework
23
- - cli
24
- - app development
25
- - portal development
26
- - dev server
27
- - authentication
28
- - ci/cd
29
- - configuration
30
- - manifest
31
- - publishing
32
- - registry
33
- - service discovery
34
- ---
35
-
36
- [![npm version](https://img.shields.io/npm/v/@equinor/fusion-framework-cli.svg?style=flat)](https://www.npmjs.com/package/@equinor/fusion-framework-cli)
37
1
  [![License: ISC](https://img.shields.io/badge/License-ISC-blue.svg)](./LICENSE)
38
2
 
39
- ---
40
-
41
- ## Table of Contents
42
-
43
- - [Table of Contents](#table-of-contents)
44
- - [Overview](#overview)
45
- - [Prerequisites](#prerequisites)
46
- - [Features \& Benefits](#features--benefits)
47
- - [Getting Started](#getting-started)
48
- - [Common Commands](#common-commands)
49
- - [Example: package.json](#example-packagejson)
50
- - [Documentation](#documentation)
51
- - [Troubleshooting](#troubleshooting)
52
- - [Common Issues](#common-issues)
53
- - [Getting Help](#getting-help)
54
-
55
- ## Overview
56
-
57
3
  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.
58
4
 
59
5
  **What you can build:**
@@ -101,7 +47,7 @@ Create the required configuration files for your app:
101
47
  - `app.manifest.ts` - Defines your app's metadata and capabilities
102
48
  - `app.config.ts` - Contains runtime configuration and environment variables
103
49
 
104
- See [Developing Apps](./docs/application.md) for detailed setup and configuration guidance.
50
+ See [Developing Apps](docs/application.md) for detailed setup and configuration guidance.
105
51
 
106
52
  **Start the development server**
107
53
 
@@ -127,7 +73,7 @@ pnpm fusion-framework-cli publish --env <environment>
127
73
  pnpm fusion-framework-cli app config --publish --env <environment>
128
74
  ```
129
75
 
130
- > **Tip:** For CI/CD and automation, set the `FUSION_TOKEN` environment variable. See [Authentication](./docs/auth.md) for details.
76
+ > **Tip:** For CI/CD and automation, set the `FUSION_TOKEN` environment variable. See [Authentication](docs/auth.md) for details.
131
77
 
132
78
  ## Common Commands
133
79
 
@@ -173,30 +119,28 @@ A minimal example for a Fusion Framework app:
173
119
  ## Documentation
174
120
 
175
121
  **Getting Started**
176
- - [Developing Apps](./docs/application.md): Complete guide to building, configuring, and deploying Fusion applications
177
- - [Developing Portals](./docs/portal.md): Guide to building, configuring, and publishing portal templates
122
+ - [Developing Apps](docs/application.md): Complete guide to building, configuring, and deploying Fusion applications
123
+ - [Developing Portals](docs/portal.md): Guide to building, configuring, and publishing portal templates
178
124
 
179
125
  **Setup & Configuration**
180
- - [Authentication](./docs/auth.md): Setting up authentication for local development and CI/CD environments
181
- - [libsecret Installation](./docs/libsecret.md): Fix credential storage issues on Linux systems
126
+ - [Authentication](docs/auth.md): Setting up authentication for local development and CI/CD environments
127
+ - [libsecret Installation](docs/libsecret.md): Fix credential storage issues on Linux systems
182
128
 
183
129
  **Migration & Updates**
184
- - [Migration Guide: v10 to v11](./docs/migration-v10-to-v11.md): Breaking changes, deprecated commands, and upgrade instructions
130
+ - [Migration Guide: v10 to v11](docs/migration-v10-to-v11.md): Breaking changes, deprecated commands, and upgrade instructions
185
131
 
186
132
  **Additional Resources**
187
- - [CLI Command Reference](./docs/application.md#commands): Detailed documentation of all available commands and options
188
- - [CI/CD Best Practices](./docs/application.md#cicd): Automated workflows and deployment strategies
189
- - [Troubleshooting Guide](./docs/application.md#troubleshooting--faq): Common issues and solutions
133
+ - [CLI Command Reference](docs/application.md#commands): Detailed documentation of all available commands and options
134
+ - [CI/CD Best Practices](docs/application.md#ci-cd): Automated workflows and deployment strategies
135
+ - [Troubleshooting Guide](docs/application.md#troubleshooting-faq): Common issues and solutions
190
136
 
191
- > **Need more help?** Check the [docs folder](./docs/) for additional guides and examples.
192
-
193
- ## Troubleshooting
137
+ ## Troubleshooting
194
138
 
195
139
  ### Common Issues
196
140
 
197
141
  **Authentication & Credentials**
198
- - **Authentication issues?** See [Authentication Guide](./docs/auth.md) for token setup and troubleshooting
199
- - **libsecret errors on Linux?** Install libsecret using our [installation guide](./docs/libsecret.md)
142
+ - **Authentication issues?** See [Authentication Guide](docs/auth.md) for token setup and troubleshooting
143
+ - **libsecret errors on Linux?** Install libsecret using our [installation guide](docs/libsecret.md)
200
144
 
201
145
  **CLI & Commands**
202
146
  - **Command not found?** Ensure `node_modules/.bin` is in your PATH or use `pnpm`/`npx`
@@ -213,12 +157,7 @@ A minimal example for a Fusion Framework app:
213
157
 
214
158
  ### Getting Help
215
159
 
216
- - **Detailed troubleshooting:** See our [comprehensive troubleshooting guide](./docs/application.md#troubleshooting--faq)
160
+ - **Detailed troubleshooting:** See our [comprehensive troubleshooting guide](docs/application.md#troubleshooting-faq)
217
161
  - **Found a bug?** Open an issue on our GitHub repository
218
- - **Need support?** Check the [docs folder](./docs/) or reach out to the Fusion team
219
-
220
- ---
221
-
222
- For more information, visit the [docs folder](./docs/) or open an issue for support.
223
-
162
+ - **Need support?** Check the [docs folder](docs/) or reach out to the Fusion team
224
163