Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: The pipelet tool mentioned in the linked Pipelets page is pipelet, not squirro_pipelet

...

Also with release 2.4.5 you can use the squirro_asset tool in place of the pipelet tool mentioned under Pipelets to manage pipelets. Instead of

Code Block
> squirro_pipelet <any options>

you can using squirro_asset followed by pipelet as asset type like so:

Code Block
> squirro_asset pipelet <any options used for squirro_pipelet>

...