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

Add support for specifying context values when invoking a skill. #54

Merged
merged 2 commits into from
Feb 2, 2022

Commits on Feb 2, 2022

  1. Add support for specifying context values when invoking a skill.

    This adds optional flags for org/user/device ids to the `invoke` cli command.
    Previously we were passing in an empty context however it may be useful, or
    even necessary for testing a skill for those ids to be present. If not specified
    on the command line a random UUID will be generated.
    snow0x2d0 committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    b1b71a7 View commit details
    Browse the repository at this point in the history
  2. Update pylint config to only complain at 10 arguments.

    Previous value of 6 is somewhat too low for CLI commands which may have a large
    number of options. While any value is going to be essentially arbitrary 10 seems
    as good a place to raise an eyebrow as any.
    snow0x2d0 committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    3f63069 View commit details
    Browse the repository at this point in the history