Skip to content

binderhq/Binder.CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Binder.CLI

Command line interface for carrying out functions on the Binder platform

Requirements

For Windows: XP or later with .NET 4.0

For OSX: Mono 4.0

Limitations

  1. Only accesses the Production ecosystem (cannot be set to developer mode)
  2. ⚠️ ALWAYS WRITES FILES TO STORAGE ZONE 1 regardless of the destination box
  3. Source must be a either the path to a file, or the path to a wildcard spec of some files
  4. Destination must be the path, within the site, of an existing folder
  5. Site must be the full hostname of the site

Installation

Unzip the files to a folder and either add that folder to your PATH or change to that folder each time.

Example commands

binder upload -recursive -site mysite.binder.com.au -source "C:\var\myfiles\*.*" -destination "/My box/myfolder" -username user@myemail.com -password "mypassword"

binder dir -site mysite.binder.com.au -source "/My box/myfolder" -username user@myemail.com -password "mypassword"

About

Command line interface for carrying out functions on the Binder platform

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages