1.0.3 • Published 6 months ago
@affiq/kvault-cli v1.0.3
@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-cliinitialize new vault
kvault initcreates a .vault folder in current directory with config file and notes directory; notes created will be added here.
authenticate the CLI
- log in at https://kvault.vercel.app
 - download CLI token from the "Export CLI Token" button
 - 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.