Home Explore Blog CI



nushell

commands/docs/from_msgpackz.md
5f0610ad8d4a02f368ed0473c9d4ead830d8409a4d20e56d000000030000031d
---
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).

Chunks
610342ba (1st chunk of `commands/docs/from_msgpackz.md`)
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.