mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
feat: support passing cli arguments via @logto/create
(#3778)
This commit is contained in:
parent
9f6f939eab
commit
61aaf7d98d
2 changed files with 6 additions and 1 deletions
5
.changeset/wise-jobs-push.md
Normal file
5
.changeset/wise-jobs-push.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@logto/create": minor
|
||||
---
|
||||
|
||||
support CLI arguments
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
logto init
|
||||
logto init "$@"
|
||||
|
|
Loading…
Reference in a new issue