Forrest logo
back to context overview

circup

List of commands for circup:

  • circup:tldr:236ad circup: Interactively update modules on a device.
    $ circup update
    try on your machine
    explain this command
  • circup:tldr:96209 circup: List all libraries on a connected device in `requirements.txt` format.
    $ circup freeze
    try on your machine
    explain this command
  • circup:tldr:d74fd circup: Install a new library.
    $ circup install ${library_name}
    try on your machine
    explain this command
  • circup:tldr:db306 circup: Save all libraries on a connected device in the current directory.
    $ circup freeze -r
    try on your machine
    explain this command
  • circup:tldr:eeb12 circup: Search for a library.
    $ circup show ${partial_name}
    try on your machine
    explain this command
back to context overview