Skip to content

Command example typo - fleet_provisioning  #426

@ychamare

Description

@ychamare

Describe the issue

# For Windows: replace 'python3' with 'python' and '/' with '\'
python3 fleet_provisioning.py --endpoint <endpoint> --cert <file> --key <file> --template_name <name> --template_parameters <parameters>

should be

# For Windows: replace 'python3' with 'python' and '/' with '\'
python3 fleetprovisioning.py --endpoint <endpoint> --cert <file> --key <file> --template_name <name> --template_parameters <parameters>

Links

https://github.com/aws/aws-iot-device-sdk-python-v2/blob/main/samples/fleetprovisioning.md#:~:text=python%27%20and%20%27/%27%20with%20%27%5C%27-,python3%20fleet_provisioning.py%20%2D%2Dendpoint%20%3Cendpoint%3E%20%2D%2Dcert%20%3Cfile%3E%20%2D%2Dkey%20%3Cfile%3E%20%2D%2Dtemplate_name%20%3Cname%3E%20%2D%2Dtemplate_parameters%20%3Cparameters%3E,-You%20can%20also

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationThis is a problem with documentation.p3This is a minor priority issuepending-releaseThis issue will be fixed by an approved PR that hasn't been released yet.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions