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

Provide a single top level pythonanywhere command #7

Open
ekohl opened this issue Jan 23, 2018 · 0 comments
Open

Provide a single top level pythonanywhere command #7

ekohl opened this issue Jan 23, 2018 · 0 comments

Comments

@ekohl
Copy link

ekohl commented Jan 23, 2018

Like many application (git, django-admin etc) it'd be nice to have a single pythonanywhere top level command. Then for example: pythonanywhere newsite --django=1.11 <git-url>

Another option is to implement pythonanywhere setup which configures the API token etc, will open a browser at the correct URL and request the shown API token.

A command to run git pull and restart the application would also be great. pythonanywhere update perhaps?

This keeps the global $PATH cleaner and is more intuitive for the user since pythonanywhere --help can list all the available commands.

I've had good experiences with click to implement these kind of interfaces.

@hjwp hjwp changed the title Provide a single top levle pythonanywhere command Provide a single top level pythonanywhere command Jan 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants