-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update registry by adding all known packages (#69)
followup to #56 ## Description this should update the `registry.nuon` file thanks to the content of previous `index.nuon` (see cbca144 for the pipeline used to update the registry). this PR uses the latest version of each package. ## try it out ```nushell nupm search --registry ./registry.nuon explore | into record | update pkgs { into record } | table --expand ``` ``` ────┬────────────────────────────────────────────────────── name│registry path│./registry.nuon │────────┬───────────────────────────────────────────── pkgs│name │nu_plugin_explore │version │0.1.2 │url │https://github.com/:amtoine/nu_plugin_explore │revision│0.1.2 │path │. │type │git │────────┴───────────────────────────────────────────── ────┴────────────────────────────────────────────────────── ```
- Loading branch information
Showing
2 changed files
with
156 additions
and
35 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters