Home Explore Blog CI



nushell

1st chunk of `commands/docs/from_msgpackz.md`
610342bab0011e4573e0935be017204ef1a18c11d473bffb000000010000031d
---
title: from msgpackz
categories: |
  formats
version: 0.104.0
formats: |
  Convert brotli-compressed MessagePack data into Nu values.
usage: |
  Convert brotli-compressed MessagePack data into Nu values.
editLink: false
contributors: false
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->

# `from msgpackz` for [formats](/commands/categories/formats.md)

<div class='command-title'>Convert brotli-compressed MessagePack data into Nu values.</div>

## Signature

```> from msgpackz {flags} ```

## Flags

 -  `--objects`: Read multiple objects from input


## Input/output types:

| input  | output |
| ------ | ------ |
| binary | any    |
## Notes
This is the format used by the plugin registry file ($nu.plugin-path).

Title: from msgpackz Command Documentation
Summary
This document describes the `from msgpackz` command in Nushell, which converts brotli-compressed MessagePack data into Nu values. It details the command's signature, available flags (including the `--objects` flag for reading multiple objects), input/output types (binary input, any output), and notes that it's used for the plugin registry file.