README
Poshtiban
Poshtiban Cli
Register Here and get free storage
Usage
$ npm install -g poshtiban
$ poshtiban COMMAND
running command...
$ poshtiban (-v|--version|version)
poshtiban/0.9.4 linux-x64 node-v10.14.2
$ poshtiban --help [COMMAND]
USAGE
$ poshtiban COMMAND
...
Commands
poshtiban autocomplete [SHELL]
poshtiban download [DESTINATION]
poshtiban help [COMMAND]
poshtiban list [PATH]
poshtiban login
poshtiban logout
poshtiban mkdir [PATH]
poshtiban upload [PATH] [SOURCE]
poshtiban autocomplete [SHELL]
display autocomplete installation instructions
USAGE
$ poshtiban autocomplete [SHELL]
ARGUMENTS
SHELL shell type
OPTIONS
-r, --refresh-cache Refresh cache (ignores displaying instructions)
EXAMPLES
$ poshtiban autocomplete
$ poshtiban autocomplete bash
$ poshtiban autocomplete zsh
$ poshtiban autocomplete --refresh-cache
See code: @oclif/plugin-autocomplete
poshtiban download [DESTINATION]
download file
USAGE
$ poshtiban download [DESTINATION]
OPTIONS
-c, --config=config [default: config.json] path to configFile
-d, --id=id file id to download
-h, --help show CLI help
-p, --path=path file path to download
See code: src/commands/download.ts
poshtiban help [COMMAND]
display help for poshtiban
USAGE
$ poshtiban help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
poshtiban list [PATH]
list partitions, files and folders
USAGE
$ poshtiban list [PATH]
OPTIONS
-c, --config=config [default: config.json] path to configFile
-d, --id=id id to browse
-h, --help show CLI help
See code: src/commands/list.ts
poshtiban login
Login
USAGE
$ poshtiban login
OPTIONS
-c, --config=config [default: config.json] path to configFile
-h, --help show CLI help
-p, --password=password password
-t, --token=token token
-u, --username=username email/username
See code: src/commands/login.ts
poshtiban logout
destroy token
USAGE
$ poshtiban logout
OPTIONS
-c, --config=config [default: config.json] path to configFile
-h, --help show CLI help
See code: src/commands/logout.ts
poshtiban mkdir [PATH]
make directories
USAGE
$ poshtiban mkdir [PATH]
OPTIONS
-c, --config=config [default: config.json] path to configFile
-h, --help show CLI help
See code: src/commands/mkdir.ts
poshtiban upload [PATH] [SOURCE]
upload to path
USAGE
$ poshtiban upload [PATH] [SOURCE]
OPTIONS
-c, --config=config [default: config.json] path to configFile
-d, --id=id folder id to upload
-h, --help show CLI help
-s, --source=source required when --id or -d used
See code: src/commands/upload.ts