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

Incompatible command line arguments #1

Open
thedjinn opened this issue Feb 10, 2016 · 1 comment
Open

Incompatible command line arguments #1

thedjinn opened this issue Feb 10, 2016 · 1 comment

Comments

@thedjinn
Copy link

The current version of the Surge command line client (I'm using 0.17.7) does not accept arguments of the following structure: surge -p <project> <domain> but wants either an additional -d to specify the domain or the shorthand surge <project> <domain>.

The result is that the current version of the plugin presents a prompt for a domain on the console instead of deploying automatically.

@hasenj
Copy link

hasenj commented Feb 29, 2016

I ran into the same issue.

Honestly I think it's much easier (less headaches) to just have a shell script talk to surge.

$ surge -p `lektor project-info --output-path` -d $YOUR_DOMAIN

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