# appshare-cli

> Upload your iOS app to Appshare with just a single command.

Latest version **0.2.1** (published 2021-07-30) · GNU AGPL v3 license · 0 weekly downloads

## Install

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

Provides the command `appshare`.

## Health

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

Positive: has types; no vulnerabilities; high quality score.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.1 |
| Published | 2021-07-30 |
| First published | 2021-07-30 |
| Weekly downloads | 0 |
| License | GNU AGPL v3 |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=8.0.0 |
| Dependencies | 15 |
| Unpacked size | 22.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Tomasz Bartkowski |
| Maintainers | tombartkowski |
| Keywords | appshare, appshare-cli |

## Links

- npm: https://www.npmjs.com/package/appshare-cli
- Repository: https://github.com/tome-ek/appshare-cli
- Issues: https://github.com/tome-ek/appshare-cli/issues
- npm.io page: https://npm.io/package/appshare-cli

## Dependencies (15)

- [del](https://npm.io/package/del.md) ^6.0.0
- [conf](https://npm.io/package/conf.md) ^10.0.1
- [chalk](https://npm.io/package/chalk.md) ^2.4.2
- [execa](https://npm.io/package/execa.md) 1.0.0
- [listr](https://npm.io/package/listr.md) ^0.14.3
- [tslib](https://npm.io/package/tslib.md) ^1.14.1
- [cli-ux](https://npm.io/package/cli-ux.md) ^5.6.3
- [archiver](https://npm.io/package/archiver.md) ^5.3.0
- [inquirer](https://npm.io/package/inquirer.md) ^8.1.2
- [form-data](https://npm.io/package/form-data.md) ^3.0.1
- [http-call](https://npm.io/package/http-call.md) ^5.3.0
- [node-fetch](https://npm.io/package/node-fetch.md) ^2.6.1
- [@oclif/config](https://npm.io/package/@oclif/config.md) ^1.17.0
- [@oclif/command](https://npm.io/package/@oclif/command.md) ^1.8.0
- [@oclif/plugin-help](https://npm.io/package/@oclif/plugin-help.md) ^3.2.2

## Recent versions

- 0.2.1 (latest) — 2021-07-30
- 0.2.0 — 2021-07-30

## README

# appshare-cli

Upload your iOS app to Appshare with just a single command.

## Getting started

### Installation

Installing is as easy as running `npm install`.

```
$ npm install -g appshare
```

To verify the installation you can run.

```sh-session
$ appshare -v
appshare-cli/x.x.x ...
```

### Configure

The only configuration needed is signing up with your Appshare account. To sign in use the `appshare login` command. You will be prompted for an email and password.

```
$ appshare login

Welcome to appshare-cli.

Please sign in to your Appshare account using email and password.

Your email: [YOUR_APPSHARE_EMAIL]
Your password: [YOUR_APPSHARE_PASSWORD]
```

## Usage

### `appshare upload`

Upload your app to Appshare.

```
$ appshare upload
```

#### Example

```sh-session
$ cd Desktop/MyApp
$ appshare upload
```

Your can also specify the path to your project's root directory with the `-p` or `--path` flag.

```
$ appshare upload --path Desktop/MyApp
```

#### Configuring the build

`appshare upload` offers a very simple upload wizard that makes it super easy to configure your build.

<img src="media/upload-example.png" style="max-width: 85%;display: block;" />

## License

**appshare-cli** is available under the GNU Affero General Public License version 3. See the LICENSE file for more info.

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