Skip to content

caipiralink/op-install-cli-action

 
 

Repository files navigation

1Password CLI - GitHub Action

Install the 1Password CLI to access and manage your 1Password items in your GitHub Action runner.

Get started

✨ Quickstart

To install the latest version of the 1Password CLI:
(Note: latest version is installed by default, so you don't need to specify a version.)

- name: Install 1Password CLI
  uses: 1password/install-cli-action@v3

To install the latest beta version (i.e. latest-beta) of the 1Password CLI:

- name: Install 1Password CLI
  uses: 1password/install-cli-action@v3
  with:
    version: latest-beta

To install a specific version of the 1Password CLI:

- name: Install 1Password CLI
  uses: 1password/install-cli-action@v3
  with:
    version: 2.31.1

To override the CPU architecture (e.g. use x64 binary on a Windows ARM64 runner):

- name: Install 1Password CLI
  uses: 1password/install-cli-action@v3
  with:
    arch: x64

Inputs

Name Description Default
version Specify which 1Password CLI version to install. latest
arch Override the CPU architecture for the CLI binary (e.g. x64, arm64). Auto-detected

⚙️ Supported Runners

You can perform the action on Linux, macOS, and Windows runners.

💙 Community & Support

🔐 Security

1Password requests you practice responsible disclosure if you discover a vulnerability.

Please file requests by sending an email to bugbounty@agilebits.com.

About

Install 1Password CLI into your GitHub Actions jobs.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 88.5%
  • JavaScript 6.1%
  • Shell 5.4%