beplus-cli

0.0.5 • Public • Published

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>

Readme

Keywords

Package Sidebar

Install

npm i beplus-cli

Weekly Downloads

1

Version

0.0.5

License

MIT

Unpacked Size

4.97 kB

Total Files

6

Last publish

Collaborators

  • hieuhuynh91