Skip to content

Commit d6f7739

Browse files
committed
chore: wip
1 parent 8de9c69 commit d6f7739

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -144,17 +144,18 @@ buddy --help # view help menu
144144
# please note: you may suffix any command with the
145145
# `command --help` flag to review the help menu
146146

147-
buddy install # installs your dependencies
147+
buddy install # installs dependencies
148+
buddy add # adds a stack or dependency
148149
buddy fresh # fresh reinstall of all deps
149-
buddy clean # removes all your deps
150+
buddy clean # removes all deps
150151

151-
buddy update # auto-update deps & the Stacks framework
152-
buddy update:dependencies # auto-update deps & the Stacks framework
153-
buddy update:framework # auto-update deps & the Stacks framework
154-
buddy update:package-manager # auto-update deps & the Stacks framework
155-
buddy update:search-engine # auto-updates Meilisearch
156-
buddy update:node # update to latest project-defined node version
157-
buddy update:all # update Node, package manager, framework, dependencies
152+
buddy upgrade # auto-upgrade deps, framework, node.js, and/or pnpm
153+
buddy upgrade:dependencies # auto-upgrade deps & the Stacks framework
154+
buddy upgrade:framework # auto-upgrade deps & the Stacks framework
155+
buddy upgrade:package-manager # auto-upgrade deps & the Stacks framework
156+
buddy upgrade:search-engine # auto-upgrades Meilisearch
157+
buddy upgrade:node # upgrade to latest project-defined node version
158+
buddy upgrade:all # upgrade Node, package manager, framework, dependencies
158159

159160
# if you need any more info on any command listed here, you may suffix
160161
# any of them via the "help option", i.e. `buddy ... --help`
@@ -170,26 +171,31 @@ buddy development # `buddy dev` alias
170171
# for Laravel folks, `serve` may ring more familiar than the `dev` name. Hence, we aliased it:
171172
buddy serve
172173
buddy serve:components
174+
buddy serve:desktop
173175
buddy serve:pages
174176
buddy serve:functions
175177
buddy serve:docs
176178

177179
# building for production (e.g. AWS, Google Cloud, npm, Vercel, Netlify, et al.)
178180
buddy build # select a specific build (follow CLI prompts)
179181
buddy build:components # build Vue component library & Web Component library
180-
buddy build:vue-components # build Vue 2 & 3-ready Component library
181-
buddy build:web-components # build framework agnostic Web Component library (i.e. Custom Elements)
182-
buddy build:functions # build function library
182+
buddy build:desktop # build Desktop application
183+
buddy build:library # build any or all libraries
183184
buddy build:pages # build SSG pages
185+
buddy build:functions # build function library
186+
buddy build:web-components # build framework agnostic Web Component library (i.e. Custom Elements)
187+
buddy build:vue-components # build Vue 2 & 3-ready Component library
184188
buddy build:all # build all your code
185189

186190
# `buddy build` aliases
187191
buddy prod
188192
buddy prod:components
193+
buddy prod:desktop
194+
buddy prod:library
195+
buddy prod:pages
196+
buddy prod:functions
189197
buddy prod:vue-components
190198
buddy prod:web-components
191-
buddy prod:functions
192-
buddy prod:pages
193199
buddy prod:all
194200
buddy production # `buddy prod` alias
195201

@@ -203,7 +209,7 @@ buddy make:page hello-world
203209
buddy make:lang de
204210
buddy make:notification welcome-email
205211
buddy make:database cars
206-
buddy make:table brands
212+
buddy make:table cars
207213
buddy make:migration create_cars_table
208214
buddy make:factory cars
209215
buddy make:seed cars
@@ -255,12 +261,6 @@ stx fresh
255261
buddy fresh
256262
bud fresh
257263
buddy fresh
258-
pnpm stx fresh
259-
pnpm buddy fresh
260-
pnpm buddy fresh
261-
pnpm fresh
262-
pnpm run fresh
263-
pnpm run buddy fresh
264264
```
265265

266266
</details>

0 commit comments

Comments
 (0)