File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 1.2.0] - 2025-03-20
9
+
10
+ ## Added
11
+
12
+ ### New flag
13
+
14
+ - Add new flag "-o" to overwrite openapi file
15
+
8
16
## [ 1.1.0] - 2025-02-02
9
17
10
18
## Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " openapi-example-aggregator" ,
3
3
"description" : " openapi-example-aggregator" ,
4
- "version" : " 1.1 .0" ,
4
+ "version" : " 1.2 .0" ,
5
5
"bin" : {
6
6
"oea" : " index.js"
7
7
},
Original file line number Diff line number Diff line change @@ -42,9 +42,10 @@ npm i openapi-example-aggregator -g
42
42
43
43
#### ` Arguments `
44
44
45
- | argv | a | description |
46
- | ------ | --- | ----------------- |
47
- | --file | -f | path openapi file |
45
+ | argv | a | description |
46
+ | ----------- | --- | --------------------------- |
47
+ | --file | -f | path openapi file |
48
+ | --overwrite | -o | overwrite the original file |
48
49
49
50
#### ` Normal ` usage
50
51
You can’t perform that action at this time.
0 commit comments