/wriked

A simple cli to upload hours to a Wrike task from an Excel (xlsx) spreadsheet

Primary LanguageMakefile

Wriked

A simple cli to upload hours to a Wrike task from an Excel (xlsx) spreadsheet

Build Status

Pre-Installation

Generate and store your Wrike API token in a safe place https://developers.wrike.com/documentation/oauth2#skipoauth ('Permanent access token' section)

Installation

Download the latest binary for your architecture and be sure to make it executable

For example: ~/Downloads> chmod +x wriked-macOS-amd64

Usage

./wriked-macOS-amd64 -a <your_api_token> -f ~/Downloads/TimeSheet-August\ 2018.xlsx
# Filenames with spaces need to be escaped

  -a string
    	Get Dangerous with your Wrike API Token
  -f string
    	Excel file containing hours to upload to Wrike

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request.