# uport-cli-client

> Create and manage uPort identities from the command line.

Latest version **0.1.0** (published 2018-03-07) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install uport-cli-client
pnpm add uport-cli-client
yarn add uport-cli-client
bun add uport-cli-client
```

Provides the command `uport-id`.

## Health

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

Positive: no vulnerabilities.

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

Negative: insecure dependencies; abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2018-03-07 |
| First published | 2018-03-07 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 33.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | zachferland |

## Links

- npm: https://www.npmjs.com/package/uport-cli-client
- npm.io page: https://npm.io/package/uport-cli-client

## Dependencies (3)

- [inquirer](https://npm.io/package/inquirer.md) ^5.0.1
- [commander](https://npm.io/package/commander.md) ^2.13.0
- [uport-client](https://npm.io/package/uport-client.md) github:uport-project/uport-js-client#master

## Recent versions

- 0.1.0 (latest) — 2018-03-07

## README

# uPort CLI Client

Create and manage uPort identities from the command line.

## Install

```
$ npm install --global uport-cli-client
```

## Usage


```
$ uport-id --help

Usage: uport-id [options] [command]


Options:

  -h, --help  output usage information


Commands:

  create <name>      Create a new uPort identity with a given name. Name is just a reference and not related to the identity.
  identity [name]    List all identities and see currently selected identity. Optionally pass a name to select another identity.
  consume <uri>      Selected identity consumes given <uri> and processes it. Any changed state will be saved.
  export [fileName]  Selected identity is serialized and written to standard output. Optionally pass a file path/name to have the serialized identity written to the given file
  modify [type]      Modify DDO of an app identity by passing in `appDDO` type or modify config of an app identity by passing `config` type. Only a subset of config values can be changed once an identity is initialized.
```

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