Prisma1: `prisma init --help` shows outdated info

Created on 27 Apr 2018  路  4Comments  路  Source: prisma/prisma1

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.

arecli statupr-welcome

Most helpful comment

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

All 4 comments

@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:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

thomaswright picture thomaswright  路  3Comments

AlessandroAnnini picture AlessandroAnnini  路  3Comments

sedubois picture sedubois  路  3Comments

sorenbs picture sorenbs  路  3Comments

ragnorc picture ragnorc  路  3Comments