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

Scripted uploads #3

Open
mityukov opened this issue Jan 6, 2017 · 0 comments
Open

Scripted uploads #3

mityukov opened this issue Jan 6, 2017 · 0 comments

Comments

@mityukov
Copy link

mityukov commented Jan 6, 2017

Hi, I would like to create another menu item. Let say:

{
	"caption": "Deploy My project!",
	"command": "sftp_sync_up",
	"args": {
		"paths": ["./app", "./config", "./resources"]
	}
}

Something like that. The idea is not to right-click every folder I want to sync or upload. I jut right-click a project root and it syncs all the folders I consider essential.

The implementation, however.. It's very vague for me which arguments each of available commands may take. If I leave it as in above example -- it simply starts uploading the root.

Is there a bit more of a documentation available?

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

1 participant