@nocobase/cli 2.2.0-test.15 → 2.2.0-test.16
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.
|
@@ -60,7 +60,6 @@ export default class PortalCreate extends Command {
|
|
|
60
60
|
}),
|
|
61
61
|
'git-branch': Flags.string({
|
|
62
62
|
description: 'Git branch used when --source-storage=git',
|
|
63
|
-
default: 'main',
|
|
64
63
|
}),
|
|
65
64
|
'git-path': Flags.string({
|
|
66
65
|
description: 'Directory inside the Git repository for this Portal; defaults to the portal slug',
|