No Description

Fabian Peter Hammerle c9f34db18f release v0.2.0 2 years ago
CHANGELOG.md c8d5932784 release v0.2.0 2 years ago
Dockerfile dae1bd6991 increase default toit-cli version to v1.19.0 2 years ago
Makefile 71c756a2c3 rename build arg `TOIT_VERSION` to `TOIT_CLI_VERSION`; makefile: prefix cli version with "toitcli" instead of "toit" 2 years ago
README.md 917d44d785 release v0.1.0 2 years ago

README.md

# host network for redirect back after login at
# https://auth.toit.io/oauth/authorize?[...]?redirect_uri=http://localhost/[...]
$ podman run --rm -it -v toit_home:/home/toit \
    --network host docker.io/fphammerle/toit:TAG \
    toit device info
$ podman run --rm -it -v toit_home:/home/toit \
    --device /dev/ttyUSB0:/dev/ttyUSB0 --group-add keep-groups \
    docker.io/fphammerle/toit:TAG \
    toit serial monitor