1.0.3 • Published 6 months ago

@affiq/kvault-cli v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

@affiq/kvault-cli

Command line interface for kvault, version control note taking system.

kvault changelog

running log of all feature additions, changes, in-progress work, known issues, and setup instructions for just command line

setup instructions

install globally

npm install -g @affiq/kvault-cli

initialize new vault

kvault init

creates a .vault folder in current directory with config file and notes directory; notes created will be added here.

authenticate the CLI

  1. log in at https://kvault.vercel.app
  2. download CLI token from the "Export CLI Token" button
  3. run:
kvault import-token 

(will automatically search /Downloads)

/Users/affiq/token.json

(to specify path in cases other than Downloads)

stores your refresh token and user info in .vault/config.json.


1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago