Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add flags to init to skip user prompts. #181

Closed
cv711 opened this issue May 11, 2016 · 1 comment
Closed

Add flags to init to skip user prompts. #181

cv711 opened this issue May 11, 2016 · 1 comment

Comments

@cv711
Copy link
Contributor

cv711 commented May 11, 2016

It's hard to automate things when you want to give a different name to the instance or avoid installing the plugins and in general avoid the user prompting.

Thanks,
Chris

bumpmann added a commit that referenced this issue Nov 18, 2016
 - Update dependencies (includes restify 4.x), remove unused packages (Reference #171, #175).
 - Update travis for building with node 7.
 - Fix tests.
 - Use ioredis instead of node-redis.
 - Update default plugins versions and packages dependencies for oauthd init.
 - Update served oauth-js to version web-0.6.1.
 - Fix db_provider getSettings().
 - Add --name and --noplugins to oauthd init (Reference #181).
 - Fix entity save multiple calls to a callback.
 - Do not rely on process uncaughtException, let restify do its job.
 - Add providers AWeber, Drip, Intercom, MailUp, Vertical Response.
 - Fix vimeo2 provider, twitter apps' links, mailchimp queries / added me().
 - Update slack provider scopes, add me().
 - Fix facebook & google gender in me() (Reference #188)
 - Add emails and more infos to github me(), updated github scopes .
 - Add v2.8 to facebook provider.
 - Add Socrata provider for a config with iadb.
 - Add constant_contact provider me().
 - Add vscode settings.
 - Clean dead code, spaces/tabs inconsistences, removed debug logs.
 - Fix gruntfile.
 - Update copyrights.
@thyb
Copy link
Contributor

thyb commented Nov 18, 2016

We've just released the version 1.0.0-rc.1 which include some options to skip user prompts.

oauthd init --noplugins --name=your-instance-name

@thyb thyb closed this as completed Nov 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants