sumday/console

This package is abandoned and no longer maintained. No replacement package was suggested.

The console app for Sumday.io

v1.1.0 2020-01-17 21:09 UTC

This package is auto-updated.

Last update: 2023-03-01 00:38:10 UTC


README

Sumday Console

Sumday Console - A developer's best friend for tracking their working hours.

Build Status Packagist license

The Sumday Console is the best way to connect with and log hours with Sumday.io.

Author(s):

Requirements

  1. PHP 7.2+

Installation

Run the following command:

composer global require "sumday/console"

Documentation

Auth

The auth command lets you set the token for any API calls made to Sumday. You can get this token or change it in your account settings on Sumday.io

$ sumday auth {token}

Config

The config command lets you connect a directory to a client or project UUID.

$ sumday config {uuid}

Clients/Projects

These commands provide a simple list of the clients or projects you have access to on Sumday.io

$ sumday clients|projects

Log

The log command is the most important. It lets you log hours as if you were just writing a git commit.

$ sumday log {hours} {message} {--date}

License

FormMaker is open-sourced software licensed under the MIT license

Bug Reporting and Feature Requests

Please add as many details as possible regarding submission of issues and feature requests

Disclaimer

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.