npm.io
0.0.5 • Published 3 years agoCLI

beplus-cli

Licence
MIT
Version
0.0.5
Deps
13
Size
5 kB
Vulns
1
Weekly
0

Beplus CLI

Beplus CLI helper tools for project resource

How to use

npm i beplus-cli -g
Create a project-pack
$ be pp-init
or
$ be pp-init --name folder-name
Auth
$ be auth <username> <password>
Logout
$ be logout
sFTP
$ be sftp list              # get all
$ be sftp list <keywords>   # list by keywords  

$ be sftp add <name> <path_file_ftp_config>
# example: be sftp add "https://bearsthemes.com" ./sftp/config.json 

# Update
$ be sftp update <id> <name> <path_file_ftp_config>

# Delete
$ be sftp delete <id>

# Show
$ be sftp show <id>

# Put to file config
$ be sftp put <id> <path>

Keywords