@popina/cli 0.0.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 +196 -0
- package/build/index.d.ts +1 -0
- package/build/index.js +12532 -0
- package/build/index.js.map +1 -0
- package/eslint.config.mjs +9 -0
- package/package.json +41 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,196 @@
|
|
|
1
|
+
# @fveauvy/cli
|
|
2
|
+
|
|
3
|
+
## 4.4.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Bump typescript version from version 5.8.3 to 5.9.2 and create a new workspace tsconfig to store repository typescript configurations
|
|
8
|
+
- The CLI now requires pnpm version 10.10.0 or higher. This ensures compatibility with the latest features and security updates in the CLI. Users with older pnpm versions will be prompted to upgrade.
|
|
9
|
+
- This update migrates the Zod schema validation library to v4 in the CLI tools and Generic application.
|
|
10
|
+
|
|
11
|
+
## 4.4.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- Change package manager to pnpm 10.10.0
|
|
16
|
+
|
|
17
|
+
## 4.3.0
|
|
18
|
+
|
|
19
|
+
### Minor Changes
|
|
20
|
+
|
|
21
|
+
- Update eslint and add new eslint.config file for each apps and packages
|
|
22
|
+
- Add knowledge to the documentation part of the pragma cli list command
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- - Add seeders functions for catalog entities
|
|
27
|
+
- Rename mocks folders to seeders
|
|
28
|
+
- Enable noUncheckedIndexedAccess in server Typescript config
|
|
29
|
+
- Added ESLint rule for unused variables to allow overloaded functions.
|
|
30
|
+
- New trailing comma rule applied across all project
|
|
31
|
+
- Setup api-customer
|
|
32
|
+
|
|
33
|
+
## 4.2.1
|
|
34
|
+
|
|
35
|
+
### Patch Changes
|
|
36
|
+
|
|
37
|
+
- Fix initial setup for developer ([#2076](https://github.com/popina/pragma-web/pull/2076))
|
|
38
|
+
|
|
39
|
+
## 4.2.0
|
|
40
|
+
|
|
41
|
+
### Minor Changes
|
|
42
|
+
|
|
43
|
+
- Bumped dateFns ( a library used to manage dates in the project ) to version 4.1. All breaking changes were resolved. ([#1662](https://github.com/popina/pragma-web/pull/1662))
|
|
44
|
+
|
|
45
|
+
- Initiate `api-loyalty` API in `apps`. Add Bruno collection for first endpoint `health-check`. ([#1887](https://github.com/popina/pragma-web/pull/1887))
|
|
46
|
+
|
|
47
|
+
### Patch Changes
|
|
48
|
+
|
|
49
|
+
- Remove `Auth` app from project Pragma ([#1814](https://github.com/popina/pragma-web/pull/1814))
|
|
50
|
+
|
|
51
|
+
## 4.1.1
|
|
52
|
+
|
|
53
|
+
### Patch Changes
|
|
54
|
+
|
|
55
|
+
- Bump node version from version 20 to version 22 ([#1780](https://github.com/popina/pragma-web/pull/1780))
|
|
56
|
+
|
|
57
|
+
## 4.1.0
|
|
58
|
+
|
|
59
|
+
### Minor Changes
|
|
60
|
+
|
|
61
|
+
- Get email address from gcloud after login when running `yarn init` and `pragma env pull` and add it in the .env file. ([#1721](https://github.com/popina/pragma-web/pull/1721))
|
|
62
|
+
In the seed functions, create default admin roles and the default super admin user.
|
|
63
|
+
|
|
64
|
+
### Patch Changes
|
|
65
|
+
|
|
66
|
+
- Fix retry mechanism when checking if the database is ready ([#1729](https://github.com/popina/pragma-web/pull/1729))
|
|
67
|
+
|
|
68
|
+
- Fix pragma init error for Linux environment ([#1719](https://github.com/popina/pragma-web/pull/1719))
|
|
69
|
+
|
|
70
|
+
- A migration file was updated and cause issue when running a `yarn db:migrate`. ([#1702](https://github.com/popina/pragma-web/pull/1702))
|
|
71
|
+
In the pragma cli, change the schema for the `restore` command.
|
|
72
|
+
|
|
73
|
+
- Improve pragma list ([#1734](https://github.com/popina/pragma-web/pull/1734))
|
|
74
|
+
|
|
75
|
+
## 4.0.0
|
|
76
|
+
|
|
77
|
+
### Major Changes
|
|
78
|
+
|
|
79
|
+
- Create a new command-branch to the @pragma/cli restore command that can restore a staging database's backup from a GCP Bucket 🪣 ([#1349](https://github.com/popina/pragma-web/pull/1349))
|
|
80
|
+
|
|
81
|
+
### Minor Changes
|
|
82
|
+
|
|
83
|
+
- Added the booking api in the pragma list command ([#1398](https://github.com/popina/pragma-web/pull/1398))
|
|
84
|
+
|
|
85
|
+
## 3.2.3
|
|
86
|
+
|
|
87
|
+
### Patch Changes
|
|
88
|
+
|
|
89
|
+
- Push instead of migrate the database for development init script ([#1368](https://github.com/popina/pragma-web/pull/1368))
|
|
90
|
+
|
|
91
|
+
- Update pragma list ([#1362](https://github.com/popina/pragma-web/pull/1362))
|
|
92
|
+
|
|
93
|
+
## 3.2.2
|
|
94
|
+
|
|
95
|
+
### Patch Changes
|
|
96
|
+
|
|
97
|
+
- Fix in env app & env diff to handle apps or packages with no deps ([#1145](https://github.com/popina/pragma-web/pull/1145))
|
|
98
|
+
|
|
99
|
+
## 3.2.1
|
|
100
|
+
|
|
101
|
+
### Patch Changes
|
|
102
|
+
|
|
103
|
+
- Updated pragma list to include all new entries ([#1068](https://github.com/popina/pragma-web/pull/1068))
|
|
104
|
+
Added API, web apps and documentation categories
|
|
105
|
+
|
|
106
|
+
## 3.2.0
|
|
107
|
+
|
|
108
|
+
### Minor Changes
|
|
109
|
+
|
|
110
|
+
- refactor code to avoid side effects ([#952](https://github.com/popina/pragma-web/pull/952))
|
|
111
|
+
fix database seed from pragma init
|
|
112
|
+
add github cli authentication in the pragma init process
|
|
113
|
+
|
|
114
|
+
### Patch Changes
|
|
115
|
+
|
|
116
|
+
- Optimize the environment variable import strategy ([#620](https://github.com/popina/pragma-web/pull/620))
|
|
117
|
+
|
|
118
|
+
- Bump tsx version from 4.7.0 ~> 4.11.0 ([#961](https://github.com/popina/pragma-web/pull/961))
|
|
119
|
+
|
|
120
|
+
- bump nodejs from 18 to 20 LTS ([#917](https://github.com/popina/pragma-web/pull/917))
|
|
121
|
+
|
|
122
|
+
## 3.1.0
|
|
123
|
+
|
|
124
|
+
### Minor Changes
|
|
125
|
+
|
|
126
|
+
- Create boiler plate of new application 'table-payment' that will offer the possibility to a client to pay the order of his table by scanning a QRCode ([#856](https://github.com/popina/pragma-web/pull/856))
|
|
127
|
+
|
|
128
|
+
## 3.0.0
|
|
129
|
+
|
|
130
|
+
### Major Changes
|
|
131
|
+
|
|
132
|
+
- CLI has a new command 'app-env' to list all internal dependencies and the associated environnement variables ([#606](https://github.com/popina/pragma-web/pull/606))
|
|
133
|
+
|
|
134
|
+
### Patch Changes
|
|
135
|
+
|
|
136
|
+
- Fix icon generator file name pascal case transformation ([#587](https://github.com/popina/pragma-web/pull/587))
|
|
137
|
+
|
|
138
|
+
- Fix component generator file name and component name ([#635](https://github.com/popina/pragma-web/pull/635))
|
|
139
|
+
|
|
140
|
+
## 2.3.0
|
|
141
|
+
|
|
142
|
+
### Minor Changes
|
|
143
|
+
|
|
144
|
+
- Add backup and restore commands ([#544](https://github.com/popina/pragma-web/pull/544))
|
|
145
|
+
|
|
146
|
+
### Patch Changes
|
|
147
|
+
|
|
148
|
+
- Fix blockage issue while installing the project using Pragma CLI (in case the user has a password for his SSH key) ([#555](https://github.com/popina/pragma-web/pull/555))
|
|
149
|
+
|
|
150
|
+
## 2.2.1
|
|
151
|
+
|
|
152
|
+
### Patch Changes
|
|
153
|
+
|
|
154
|
+
- File structuring each component in storybook ([#514](https://github.com/popina/pragma-web/pull/514))
|
|
155
|
+
|
|
156
|
+
## 2.2.0
|
|
157
|
+
|
|
158
|
+
### Minor Changes
|
|
159
|
+
|
|
160
|
+
- Add code to generate Icon component ([#465](https://github.com/popina/pragma-web/pull/465))
|
|
161
|
+
|
|
162
|
+
## 2.1.0
|
|
163
|
+
|
|
164
|
+
### Minor Changes
|
|
165
|
+
|
|
166
|
+
- Add a gen command to pragma-cli ([#419](https://github.com/popina/pragma-web/pull/419))
|
|
167
|
+
|
|
168
|
+
- Add code to generate API endpoints ([#458](https://github.com/popina/pragma-web/pull/458))
|
|
169
|
+
|
|
170
|
+
### Patch Changes
|
|
171
|
+
|
|
172
|
+
- Add a new env CMD to @pragma/cli to fetch google env var ([#445](https://github.com/popina/pragma-web/pull/445))
|
|
173
|
+
|
|
174
|
+
## 2.0.1
|
|
175
|
+
|
|
176
|
+
### Patch Changes
|
|
177
|
+
|
|
178
|
+
- New common package structure (server, client and shared) ([#178](https://github.com/popina/pragma-web/pull/178))
|
|
179
|
+
|
|
180
|
+
## 2.0.0
|
|
181
|
+
|
|
182
|
+
### Major Changes
|
|
183
|
+
|
|
184
|
+
- rename binary from pragma-cli to pragma ([#258](https://github.com/popina/pragma-web/pull/258))
|
|
185
|
+
|
|
186
|
+
## 1.0.0
|
|
187
|
+
|
|
188
|
+
### Major Changes
|
|
189
|
+
|
|
190
|
+
- Create a CLI package with 3 commands (init, list and help) ([#183](https://github.com/popina/pragma-web/pull/183))
|
|
191
|
+
|
|
192
|
+
### Patch Changes
|
|
193
|
+
|
|
194
|
+
- rename repo to pragma-web ([#194](https://github.com/popina/pragma-web/pull/194))
|
|
195
|
+
|
|
196
|
+
- Initialize backoffice app ([#217](https://github.com/popina/pragma-web/pull/217))
|
package/build/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
#!/usr/bin/env node
|