Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt

TheĀ squirro_widget comand line tool, part of the Toolbox, is used to manage custom widgets on a Squirro cluster. Starting with Squirro release 2.4.5 you can use the squirro_asset tool to upload and list custom widgets consistently with other types of custom code "assets".


Table of Contents

Table of Contents
outlinetrue
excludeExecutive Summary|Table of Contents

...

Code Block
languagepowershell
squirro_widget ^
    --token SQUIRRO_TOKEN ^
    --cluster https://next.squirro.net  ^
    list

Note that the lines have been wrapped with the circumflex (^) at the end of each line. On Mac and Linux you will need to use backslash (\) instead.

Arguments

The following table lists all the arguments.

...

Code Block
languagepowershell
squirro_widget ^
    --token SQUIRRO_TOKEN ^
    --cluster https://next.squirro.net  ^
    list

Note that the lines have been wrapped with the circumflex (^) at the end of each line. On Mac and Linux you will need to use backslash (\) instead.

Upload

The upload command uploads a custom widget from the local disk and uploads it to the Squirro cluster. This command takes additional options beyond the default arguments.

...