@equinor/fusion-framework-cli 9.6.4 → 9.7.0

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,17 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1801](https://github.com/equinor/fusion-framework/pull/1801) [`6e8fb78`](https://github.com/equinor/fusion-framework/commit/6e8fb78698fe11402ceef8d8ab48530bb8866699) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump commander from 11.1.0 to 12.0.0
8
+
9
+ see [changelog](https://github.com/tj/commander.js/releases/tag/v12.0.0)
10
+
11
+ ### Patch Changes
12
+
13
+ - [#1719](https://github.com/equinor/fusion-framework/pull/1719) [`5658d04`](https://github.com/equinor/fusion-framework/commit/5658d04bac8957fd3741083385bc2d7871da7df9) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump @equinor/fusion-react-context-selector from 0.5.0 to 0.6.0
14
+
3
15
  ## 9.6.4
4
16
 
5
17
  ### Patch Changes
package/README.md CHANGED
@@ -1,78 +1,20 @@
1
- # Fusion Framework CLI
1
+ ---
2
+ title: usion Framework CLI
3
+ ---
2
4
 
3
- [![npm version](https://badge.fury.io/js/@equinor%2Ffusion-framework-cli.svg)](https://badge.fury.io/js/@equinor%2Ffusion-framework-cli)
5
+ Node CLI utility for working with Fusion Applications
4
6
 
5
- ## install
6
- install from your favorite package manger
7
+ ### [App](docs/app.md)
7
8
 
8
- ## App
9
- commands relative to working with applications
9
+ see [Configuration](docs/app-configuration.md)
10
10
 
11
- **app.config**
11
+ - tooling for [Vitest](https://vitest.dev/) - 🚀 coming soon
12
+ - tooling for proxy configuration - 🚀 coming soon
12
13
 
13
- the cli will look for a `app.config.{ts,js,json}` which will be provided to the configuration step of the application
14
+ ### Widget
14
15
 
15
- ```ts
16
- export type AppConfig = {
17
- /** application config */
18
- environment?: Record<string, unknown>;
19
- };
20
- ```
16
+ Tooling for developing widgets - 🚀 coming soon
21
17
 
22
- **app.manifest**
18
+ ### Portal
23
19
 
24
- the cli will look for a `app.manifest.config.{ts,js,json}` which will be provided to the configuration step oas manifest
25
-
26
-
27
- **app.vite**
28
-
29
- the cli will look for a `app.vite.config.{ts,js,json}` [Vite Configuration](https://vitejs.dev/config/)
30
-
31
-
32
- ### dev
33
-
34
- develop an application (with [Vite](https://vitejs.dev/) and generic [Fusion](https://fusion.equinor.com/) portal)
35
-
36
- ```sh
37
- fusion-framework-cli app dev --help
38
- ```
39
-
40
- ### build
41
- builds application
42
- > only source files are included, the dev-port is __not__ bundled.
43
-
44
- ```sh
45
- fusion-framework-cli app build --help
46
- ```
47
-
48
- ### manifest
49
- generate manifest
50
- ```sh
51
- fusion-framework-cli app manifest --help
52
- ```
53
- ### config
54
- generate application config
55
- ```sh
56
- fusion-framework-cli app manifest --help
57
- ```
58
-
59
- __example__
60
- ```sh
61
- fusion-framework-cli app config -o my-app.config.json
62
- fdev portal config -e ci -k my-app --config-file my-app.config.json set
63
- ```
64
-
65
-
66
- ### pack
67
-
68
- bundle application, generate manifest and zip output
69
-
70
- ```sh
71
- fusion-framework-cli app pack --help
72
- ```
73
-
74
- __example__
75
- ```sh
76
- fusion-framework-cli app pack
77
- fdev portal upload -e ci -k my-app dist/app-bundle.zip
78
- ```
20
+ Tooling for developing portals - 🚀 coming