# 1password-cli

> 1Password CLI

Latest version **0.2.1** (published 2018-01-31) · ISC license · 0 weekly downloads

## Install

```sh
npm install 1password-cli
pnpm add 1password-cli
yarn add 1password-cli
bun add 1password-cli
```

## 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.2.1 |
| Published | 2018-01-31 |
| First published | 2018-01-31 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | abdennour |

## Links

- npm: https://www.npmjs.com/package/1password-cli
- npm.io page: https://npm.io/package/1password-cli

## Recent versions

- 0.2.1 (latest) — 2018-01-31

## README

# Reference

https://app-updates.agilebits.com/product_history/CLI


# Note

This is not the official NPM module. It is only a wrapper for binary/executable files downloaded from the reference above

AMD64 is here



# Usage:

```sh
export PLATFORM=$(node -e 'console.log(require(\"os\").platform())');
export PASSPATH=./node_modules/$PLATFORM;
chmod u+x $PASSPATH/op;
$PASSPATH/op # Check args from https://support.1password.com/command-line/.....
```

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