plugins

Home

Examples

Plugins

Components

News

zef-fetch

version: 0.1.1 |  date: 12/14/2025 |  Fetch zef distribution and return location of download directory |  source code

# SYNOPSIS

Fetch zef distribution and return download directory

# INSTALL

    $ s6 --install zef-fetch

# USAGE

```
my %state = task-run 'zef fetch Kind', 'zef-fetch', %(
  identity => 'Kind'
);

say %state<directory>;
```

# Parameters

* `identity`

Zef identity - module, distribution, so on. Required.

* `user`

Run zef for certain user. Optional.

# See also

* [zef](https://github.com/ugexe/zef)

# Author

[Alexey Melezhik](mailto:melezhik@gmail.com)