Umberto Pepato

Results 16 issues of Umberto Pepato

### Details Name: `install` Alias: `i` Arguments: 1. In case of global (`-g, --global`) and local vr-powered installations ```shell $ vr install [-g, --global] [-r, --reload] # Where specifier =...

🧩 feature

This feature combines @bcomnes 's [local CLI dependencies proposal](https://github.com/jurassiscripts/velociraptor/discussions/62) with our `vr install` proposal. ## Features - [ ] #87 - [ ] #88 - [ ] #89 - [...

🏆 epic

The README and documentation advertise a broad compatibility with Deno versions ("recent" and `^1.0.0`). However, more than one Deno minor/patch release caused errors that required a dedicated update in vr....

✨ enhancement

### Details Name: `uninstall` Alias: `u` Arguments: ```shell $ vr uninstall [-g, --global] # Where the specifier = name of the installed executable ``` ### Action In case of global...

🧩 feature

From the [Project scaffolder](#85) proposal. ### Details Name: `initialize` Alias: `init` Arguments: ```shell $ vr init # Where specifier = [registry:][@version] ``` ### Action The command should try to resolve...

🧩 feature

That given a specifier in the format ``` [registry:]package[@version] ``` ie ``` oak [email protected] github:oak nest:[email protected] ``` tries to fetch a Velociraptor configuration file: ``` GET https:///[@version]/scripts.{yaml,yml,json,ts} ```

🧩 feature

If the script identifier is not found in the `scripts` section, search in `dependencies` and use the `name` to resolve the path to the local binary to execute. ```shell $...

🧩 feature

Add the `install` and `dependencies` top-level sections: ```typescript interface InstallOptions extends Omit { entry: string; name?: string; location?: string; prompt?: boolean; seed?: number; } export interface ScriptsConfiguration extends ScriptOptions {...

🧩 feature

In case of a script execution failure, vr should forward the exit code of the failing script

✨ enhancement

Ref https://github.com/itinance/react-native-fs/issues/884#issuecomment-656796944.

🐞 bug