-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels