Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

prisma init --help shows outdated info #2294

Closed
nikolasburk opened this issue Apr 27, 2018 · 4 comments
Closed

prisma init --help shows outdated info #2294

nikolasburk opened this issue Apr 27, 2018 · 4 comments

Comments

@nikolasburk
Copy link
Member

Bug Report

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.

@vaibssingh
Copy link

@nikolasburk Hi! As I understand, you want to have the whole line about the '-b' flag removed?

@captDaylight
Copy link
Contributor

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

@marktani
Copy link
Contributor

That's right, thanks for the update @captDaylight!

@vaibssingh
Copy link

Oh well 😀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants