Skip to content
This repository has been archived by the owner on Dec 23, 2020. It is now read-only.

ERROR: "orats project" was called with arguments ["myauthapp", "--auth"] #6

Closed
pacuna opened this issue Jun 21, 2014 · 2 comments
Closed

Comments

@pacuna
Copy link

pacuna commented Jun 21, 2014

I'm having problems using the auth template. I'm using the example provided in the readme:

orats project myauthapp --auth -pg-password foo --skip-galaxy

And getting this error:

ERROR: "orats project" was called with arguments ["myauthapp", "--auth"]
Usage: "orats project TARGET_PATH [options] -p, --pg-password=PG_PASSWORD"

Thanks in advance.

@nickjj
Copy link
Owner

nickjj commented Jun 21, 2014

The correct command is:

orats project myauthapp --template auth --pg-password foo --skip-galaxy

I had recently changed the flags around in v0.7.0 and that slipped past my radar in the docs, thanks. It's been fixed in the readme (e5d131a).

Also you can type:

orats help project to get a list of available flags/aliases for the project command.
orats help to get a list of available commands.
orats templates to get a list of available templates.

@nickjj nickjj closed this as completed Jun 21, 2014
@pacuna
Copy link
Author

pacuna commented Jun 21, 2014

thanks!

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

2 participants