Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Canister query and call commands #39

Merged
merged 5 commits into from
Sep 24, 2019
Merged

Canister query and call commands #39

merged 5 commits into from
Sep 24, 2019

Commits on Sep 24, 2019

  1. feat: canister call command

    hansl authored and Hans Larsen committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    0b14edc View commit details
    Browse the repository at this point in the history
  2. feat: add canister query command

    Hans Larsen committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    775f36f View commit details
    Browse the repository at this point in the history
  3. refactor: move CanisterId type to lib

    Hans Larsen committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    58395d2 View commit details
    Browse the repository at this point in the history
  4. refactor: create a new clap validators module for argument validation

    And move the is_number into it, with is_canister instead to allow for
    canister ID proper typing.
    Hans Larsen committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    4eafb10 View commit details
    Browse the repository at this point in the history
  5. feat: removed call root command

    DEPRECATION: please use "cannister call" instead
    Hans Larsen committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    fa6d0bb View commit details
    Browse the repository at this point in the history