Command line client for Write.as https://write.as/apps/cli
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1.5 KiB

Change log

1.0 - 2017-11-18

Changed

  • All logging and errors go to stderr, not stdout (#11)
  • Verbose logging requires -v or --verbose flag
  • Executable now lives in cmd/ directory

Fixed

  • All errors exit with status 1
  • cli library deprecation (#8)

0.4 - 2015-12-10

Added

  • --font [value] option for creating and updating posts

Changed

  • Use SSL for all requests

Fixed

  • --code flag not working on writeas --code command

0.3 - 2015-09-08

Added

  • Compose new posts in default text editor with writeas new
  • Automatically copy URL to clipboard when publishing a new post
  • Status messages when updating, deleting, or fetching posts

Changed

  • More helpful help on writeas add command
  • More error messages when something goes wrong

Fixed

  • Error on writeas list when there are no saved posts
  • User-Agent header missing on most requests to backend

0.2 - 2015-05-11

Added

  • Update posts with writeas update
  • Add posts locally with writeas add

Changed

  • Post font is now monospace

0.1.1 - 2015-04-12

Fixed

  • Post fetching

0.1 - 2015-04-11

Added

  • Initial release