Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

feat: add support for core-data endpoints #416

Merged
merged 1 commit into from
Oct 20, 2021

Commits on Oct 19, 2021

  1. feat: add support for core-data endpoints

    This commit adds support for the `event` and `reading` endpoints.
    
    ```
    edgex-cli event add
    edgex-cli event count
    edgex-cli event list
    edgex-cli event rm
    
    edgex-cli reading count
    edgex-cli reading list
    ```
    
    the `count` and `list` commands support the `-j` argument to return the raw json result.
    
    Signed-off-by: Siggi Skulason <siggi.skulason@canonical.com>
    Siggi Skulason committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    082273a View commit details
    Browse the repository at this point in the history