Skip to content

Commit

Permalink
update changelog and app command list.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhadfield committed Jan 7, 2024
1 parent a5bd678 commit 89c8546
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ a command-line interface for [Standard Notes](https://standardnotes.org/).

[![Build Status](https://www.travis-ci.org/jonhadfield/sn-cli.svg?branch=master)](https://www.travis-ci.org/jonhadfield/sn-cli) [![Go Report Card](https://goreportcard.com/badge/github.com/jonhadfield/sn-cli)](https://goreportcard.com/report/github.com/jonhadfield/sn-cli)

## Important
There have been significant updates to the StandardNotes API that I've attempted to address in this version. Please ensure you have a backup in case of any issues caused by this app.
Thanks

## latest updates

### version 0.3.3 - 2024-01-07
Expand Down Expand Up @@ -41,11 +37,15 @@ Thanks
COMMANDS:
add add items
delete delete items
edit edit notes
tag tag items
get get items
task manage checklists and tasks
session store session to
register register an account
resync delete and repopulate cache
get get item data
stats show statistics
wipe deletes all tags and notes
session manage session credentials
test-data create test data (hidden option)
```
*note: export and import currently disabled due to recent StandardNotes API changes*
Expand Down Expand Up @@ -103,7 +103,6 @@ To use your session automatically, set the environment variable ```SN_USE_SESSIO

## known issues

- sessions added to keychain do not currently refresh themselves. The workaround is to run re-add the session if an invalid session message is returned.
- accounts registered via sn-cli are initialised without initial encryption key(s). The workaround is to log in via the offical web/desktop app, to create these keys, after initial registration.

## bash autocompletion
Expand Down

0 comments on commit 89c8546

Please sign in to comment.