Skip to content

Tool for managing community hosting at rushbase.net (upload, rm, mkdir)

License

Notifications You must be signed in to change notification settings

encharm/rushbase-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rushbase-tool

Tool for managing community hosting at rushbase.net (upload, rm, mkdir)

Simply use precompiled builds or compile it yourself.

Current hosting

Usage

On Windows rushbase.exe --help

On Linux ./rushbase --help

Usage: ./rushbase <options> [<file1> ... <fileN>]
Options:  --help         -h  Print this help
          --destination  -d  Destination (e.g. ut.rushbase.net/<user>/dir)
                            (may be set via environment RUSHBASE_DESTINATION)
          --username     -u  Set username
                            (may be set via environment RUSHBASE_USERNAME)
          --password     -p  Set password
                            (may be set via environment RUSHBASE_PASSWORD)
Operations:
          --mkdir <name> -m <name>  Create directory
          --rm    <name> -r <name>  Remove file

Examples

  • Upload multiple files

rushbase -u maxxy -p mypassword -d ut.rushbase.net/maxxy/screenshots screenshot1.png screenshot2.png

  • Delete above screenshots

rushbase -u maxxy -p mypassword -d ut.rushbase.net/maxxy/screenshots -r screenshot1.png -r screenshot2.png

  • Create directory

rushbase -u maxxy -p mypassword -d ut.rushbase.net/maxxy/screenshots -m staging

  • Upload to new directory

rushbase -u maxxy -p mypassword -d ut.rushbase.net/maxxy/screenshots/staging screenshot1.png screenshot2.png

Author

Damian "Rush" Kaczmarek [email protected] from Code Charm Ltd

License

The MIT License (MIT)

Copyright (c) 2014 Code Charm Ltd

About

Tool for managing community hosting at rushbase.net (upload, rm, mkdir)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages