Current behavior
$ prisma init --help
Usage: prisma init [DIRNAME] [flags]
Initialize a new service
DIRNAME Folder to initialize in (optional)
Flags:
-b, --boilerplate BOILERPLATE Full URL or repo shorthand (e.g. `owner/repo`) to boilerplate GitHub repository
GraphQL Database Gateway (https://www.prisma.io)
Usage: prisma COMMAND
Use prisma help [command] for more information about a command.
Docs can be found here: https://bit.ly/prisma-cli-commands
Examples:
- Initialize files for a new Prisma service
$ prisma init
- Deploy service changes (or new service)
$ prisma deploy
The --boilerplate flag is outdated.
@nikolasburk Hi! As I understand, you want to have the whole line about the '-b' flag removed?
Maybe this is fixed, on prisma 1.9.0 I'm currently getting:
$ prisma init --help
Usage: prisma init [DIRNAME]
Initialize a new service
DIRNAME Folder to initialize in (optional)
GraphQL Database Gateway (https://www.prisma.io)
Usage: prisma COMMAND
Use prisma help [command] for more information about a command.
Docs can be found here: https://bit.ly/prisma-cli-commands
Examples:
- Initialize files for a new Prisma service
$ prisma init
- Deploy service changes (or new service)
$ prisma deploy
That's right, thanks for the update @captDaylight!
Oh well :grinning:
Most helpful comment
That's right, thanks for the update @captDaylight!