plugins

Home

Plugins

GitHub

Blog

sparky-index-update

version: 0.0.1 |  date: 06/27/2021 |  Traverse sparky tasks and set no_index_update to true |  source code

# SYNOPSIS

Traverse [Sparky](https://github.com/melezhik/sparky) tasks and enable/disable sparrowhub index update setting.

# INSTALL

    $ s6 --install sparky-index-update

# USAGE

    # Enable index update setting
    $ s6 --plg-run sparky-index-update@dir=$PWD

    # Disable index update setting
    $ s6 --plg-run sparky-index-update@dir=$PWD,action=disable

# Parameters

## dir

Sparky root directory


## action

Action: `enable|disable`. Default vaulue is `enable`;

    # Enable index update

    ,action=enable

# See also

[Sparky](https://github.com/melezhik/sparky) - powerful pocket size task runner server in crontab style.

# Author

Alexey Melezhik