The circup list
command will print a list of all libraries found on the connected device along with whether or not the are up to date.Â
$ circup list --help Auto locating USB Disk based device failed. Please specify --path argument or ensure your device is connected and mounted under the name CIRCUITPY. Usage: circup list [OPTIONS] Lists all out of date modules found on the connected CIRCUITPYTHON device. Options: --help Show this message and exit.
The only argument that the list command supports is --help
which prints out the built-in documentation information.
$ circup list $ circup --host 192.168.1.188 --password Passw0rd list $ circup --path mock_device/ list
$ circup list Found device at /media/myusername/CIRCUITPY, running CircuitPython 9.0.5. The following modules are out of date or probably need an update. Major Updates may include breaking changes. Review before updating. MPY Format changes from Circuitpython 8 to 9 require an update. Module Version Latest Update Reason ---------------------------- ------------- ------- -------------- adafruit_connection_manager 1.0.1 3.1.0 Major Version adafruit_ntp 3.0.13 3.1.1 Minor Version adafruit_bme680 3.7.4 3.7.5 Minor Version adafruit_bitmap_font 2.0.2 2.1.1 MPY Format adafruit_minimqtt 7.6.3 7.9.0 Minor Version adafruit_httpserver 4.5.6 4.5.8 Minor Version adafruit_bus_device 5.2.8 5.2.9 Minor Version adafruit_wiznet5k 5.0.9 7.1.1 Major Version adafruit_display_shapes 2.8.2 2.8.3 Minor Version adafruit_itertools 2.1.0 2.1.1 Minor Version
Page last edited May 28, 2024
Text editor powered by tinymce.