@equinor/fusion-framework-cli 13.2.0 → 13.2.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.
@@ -1,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '13.2.0';
2
+ export const version = '13.2.1';
3
3
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- export declare const version = "13.2.0";
1
+ export declare const version = "13.2.1";
@@ -424,7 +424,7 @@ This command uploads and tags your app for deployment. If no bundle is provided,
424
424
  | `[bundle]` | Path to the app bundle to upload. If omitted, the CLI will build and bundle your app automatically. When provided, app validation uses metadata from the bundle instead of local files. | |
425
425
  | `-e`, `--env` | Target environment for deployment (e.g., `ci`, `fqa`, `fprd`). | |
426
426
  | `-m`, `--manifest` | Manifest file to use for bundling (e.g., `app.manifest.ts`) (optional). | `app.manifest.ts` |
427
- | `-t`, `--tag` | Tag to apply to the published app (`latest` \| `preview`). | `latest` |
427
+ | `-t`, `--tag` | Tag to apply to the published app (any string, commonly `latest` or `preview`). | `latest` |
428
428
  | `-d`, `--debug` | Enable debug mode for verbose logging. | `false` |
429
429
  | `--token` | Authentication token for Fusion. | |
430
430
  | `--tenantId` | Azure tenant ID for authentication. | |
@@ -449,7 +449,7 @@ pnpm fusion-framework-cli publish --tag latest app-bundle.zip
449
449
  >
450
450
  > **Additional Notes**:
451
451
  > - **Artifact-based publishing**: When providing a bundle, the command extracts app metadata from `metadata.json` within the bundle, enabling publishing from any directory without requiring local project files.
452
- > - The `--tag` option lets you mark the published version (e.g., as `latest` or `preview`) for easier deployment targeting.
452
+ > - The `--tag` option lets you mark the published version with any custom tag (e.g., `latest`, `preview`, `dev`, `staging`, `v1.0`) for easier deployment targeting.
453
453
  > - Authentication options (`--token`, `--tenantId`, `--clientId`) can be set via CLI flags or environment variables.
454
454
  > - If any step fails (build, upload, or tagging), an error will be logged and the process will exit with a non-zero code.
455
455
 
@@ -591,11 +591,11 @@ Tag a published application version in the Fusion app store (registry).
591
591
 
592
592
  Tag a specific version of your Fusion application in the Fusion app registry for release management.
593
593
 
594
- The `tag` command applies a tag (such as `latest`, `preview`, or `stable`) to a published application version. This helps you manage which version is considered the default for deployment or preview purposes.
594
+ The `tag` command applies a tag (such as `latest`, `preview`, `dev`, `staging`, or any custom string) to a published application version. This helps you manage which version is considered the default for deployment or preview purposes.
595
595
 
596
596
  | Argument/Option | Description | Default / Example |
597
597
  | ------------------------- | ------------------------------------------------------------------ | ----------------- |
598
- | `<tag>` | Tag to apply (`latest` \| `preview` \| `stable`). | |
598
+ | `<tag>` | Tag to apply (any string, e.g., `latest`, `preview`, `dev`, `staging`). | |
599
599
  | `-p, --package` | Package to tag in format name@version. | |
600
600
  | `-m, --manifest <string>` | Manifest file to use for resolving app key and version. | `app.manifest.ts` |
601
601
  | `--debug` | Enable debug mode for verbose logging. | `false` |
@@ -621,7 +621,7 @@ pnpm fusion-framework-cli app tag latest --package my-app@1.2.3
621
621
 
622
622
  > [!NOTE]
623
623
  > - The `tag` command requires a published application version. You can specify the package name and version using `--package`, or let the CLI resolve them from your manifest file.
624
- > - Supported tags are: `latest` and `preview`.
624
+ > - Tags can be any string value. Common examples include `latest`, `preview`, `dev`, `staging`, or version numbers like `v1.0`.
625
625
  > - Authentication options (`--token`, `--tenantId`, `--clientId`) can be set via CLI flags or environment variables.
626
626
  > - If tagging fails, an error will be logged and the process will exit with a non-zero code.
627
627
 
package/docs/portal.md CHANGED
@@ -159,7 +159,7 @@ pnpm fusion-framework-cli portal publish --tag preview --schema portal.schema.ts
159
159
  > **Building Behavior**: Unlike the app publish command—which only builds your app if a pre-built bundle is not provided—the portal publish command always builds your portal template before uploading and tagging. There is no option to provide a pre-built bundle.
160
160
  >
161
161
  > **Additional Notes**:
162
- > - The `--tag` option lets you mark the published version (e.g., as `latest` or `preview`) for easier deployment targeting.
162
+ > - The `--tag` option lets you mark the published version with any custom tag (e.g., `latest`, `preview`, `dev`, `staging`) for easier deployment targeting.
163
163
  > - Authentication options (`--token`, `--tenantId`, `--clientId`) can be set via CLI flags or environment variables.
164
164
  > - If any step fails (build, upload, or tagging), an error will be logged and the process will exit with a non-zero code.
165
165
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/fusion-framework-cli",
3
- "version": "13.2.0",
3
+ "version": "13.2.1",
4
4
  "keywords": [
5
5
  "Fusion",
6
6
  "Fusion Framework",
@@ -112,8 +112,8 @@
112
112
  "zod": "^4.1.8",
113
113
  "@equinor/fusion-framework-dev-portal": "1.4.0",
114
114
  "@equinor/fusion-framework-dev-server": "1.1.21",
115
- "@equinor/fusion-framework-module-msal-node": "3.0.0",
116
- "@equinor/fusion-imports": "1.1.10"
115
+ "@equinor/fusion-imports": "1.1.10",
116
+ "@equinor/fusion-framework-module-msal-node": "3.0.0"
117
117
  },
118
118
  "devDependencies": {
119
119
  "@rollup/plugin-commonjs": "^29.0.0",
@@ -139,12 +139,12 @@
139
139
  "vitest": "^3.2.4",
140
140
  "@equinor/fusion-framework-cli-plugin-ai-chat": "1.0.4",
141
141
  "@equinor/fusion-framework-cli-plugin-ai-index": "1.0.4",
142
+ "@equinor/fusion-framework-cli-plugin-ai-mcp": "1.0.4",
142
143
  "@equinor/fusion-framework-cli-plugin-ai-search": "1.0.4",
143
144
  "@equinor/fusion-framework-module": "5.0.5",
144
- "@equinor/fusion-framework-cli-plugin-ai-mcp": "1.0.4",
145
- "@equinor/fusion-framework-module-service-discovery": "9.0.5",
145
+ "@equinor/fusion-framework-module-app": "7.4.0",
146
146
  "@equinor/fusion-framework-module-http": "7.0.6",
147
- "@equinor/fusion-framework-module-app": "7.3.0"
147
+ "@equinor/fusion-framework-module-service-discovery": "9.0.5"
148
148
  },
149
149
  "peerDependenciesMeta": {
150
150
  "typescript": {