Skip to content

invoke for create task should use option/flagged arguments #511

Description

@justb4

Describe the bug
Positional arguments do not work with invoke for create task.

To Reproduce

  • create DB and superuser: invoke create --username admin --password admin --email a@a.com
  • run app
  • login with admin, admin
  • login fails

Expected Behavior
login should succeed.

Context (please complete the following information):

  • all contexts
  • GeoHealthCheck Version latest

Additional context
According to invoke doc should be:

invoke create --username admin --password admin --email a@a.com

This worked.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions