# beplus-cli

> a CLI helpers tool for Beplus project.

Latest version **0.0.5** (published 2023-06-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install beplus-cli
pnpm add beplus-cli
yarn add beplus-cli
bun add beplus-cli
```

Provides the command `be`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.5 |
| Published | 2023-06-08 |
| First published | 2023-06-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 13 |
| Unpacked size | 4.9 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Author | Mike |
| Maintainers | hieuhuynh91 |
| Keywords | beplus-cli, Mike |

## Links

- npm: https://www.npmjs.com/package/beplus-cli
- Repository: https://github.com/miketropi/beplus-cli
- Homepage: https://github.com/miketropi/beplus-cli#readme
- Issues: https://github.com/miketropi/beplus-cli/issues
- npm.io page: https://npm.io/package/beplus-cli

## Dependencies (13)

- [meow](https://npm.io/package/meow.md) ^9.0.0
- [chalk](https://npm.io/package/chalk.md) ^4.1.2
- [request](https://npm.io/package/request.md) ^2.88.2
- [shelljs](https://npm.io/package/shelljs.md) ^0.8.5
- [fs-extra](https://npm.io/package/fs-extra.md) ^11.1.1
- [cli-table](https://npm.io/package/cli-table.md) ^0.3.11
- [cli-alerts](https://npm.io/package/cli-alerts.md) ^1.2.2
- [node-fetch](https://npm.io/package/node-fetch.md) ^2.6.11
- [cli-welcome](https://npm.io/package/cli-welcome.md) ^2.2.2
- [cli-meow-help](https://npm.io/package/cli-meow-help.md) ^3.1.0
- [prompt-confirm](https://npm.io/package/prompt-confirm.md) ^2.0.4
- [cli-handle-error](https://npm.io/package/cli-handle-error.md) ^4.4.0
- [cli-handle-unhandled](https://npm.io/package/cli-handle-unhandled.md) ^1.1.1

## Recent versions

- 0.0.5 (latest) — 2023-06-08
- 0.0.4 — 2023-06-07
- 0.0.3 — 2023-06-07
- 0.0.2 — 2023-06-02
- 0.0.1 — 2023-06-02

## README

## Beplus CLI
Beplus CLI helper tools for project resource

#### How to use 
```bash
npm i beplus-cli -g
```

#### Create a project-pack
```bash
$ be pp-init
or
$ be pp-init --name folder-name
```

#### Auth 
```bash
$ be auth <username> <password>
```

#### Logout 
```bash
$ be logout
```

#### sFTP
```bash
$ 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>
```

---
_Source: https://npm.io/package/beplus-cli · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
