Skip to content

Releases: owainlewis/passage-cli

Release list

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 01 Jul 10:51

passage-cli v0.1.1

Patch release for the CLI auth config path.

Install

curl -fsSL https://raw.githubusercontent.com/owainlewis/passage-cli/main/install.sh | bash

Changed

  • passage login now stores credentials at ~/.passage/auth.json.
  • The auth file is still written with 0600 permissions.

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 01 Jul 10:39

passage-cli v0.1.0

First public CLI release for passage.md.

Install

curl -fsSL https://raw.githubusercontent.com/owainlewis/passage-cli/main/install.sh | bash

Included

  • Login with a Passage API token.
  • Check auth status from the terminal.
  • Create, list, read, update, append, and replace documents.
  • Share and unshare documents.
  • Print raw Markdown URLs for shared documents.
  • Use JSON output for agent and script workflows.