> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blaxel.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# bl share

## bl share

Share a resource with another workspace

### Synopsis

Share Blaxel resources with other workspaces in your account.
Currently supports sharing container images.

### Examples

```
  # Share an image with another workspace
  bl share image agent/my-agent --workspace other-workspace
```

### Options

```
  -h, --help   help for share
```

### Options inherited from parent commands

```
  -o, --output string          Output format. One of: pretty,yaml,json,table
      --skip-version-warning   Skip version warning
  -u, --utc                    Enable UTC timezone
  -v, --verbose                Enable verbose output
  -w, --workspace string       Specify the workspace name
```

### SEE ALSO

* [bl](/cli-reference/commands/bl)	 - Blaxel CLI - manage and deploy AI agents, sandboxes, and resources
* [bl share image](/cli-reference/commands/bl_share_image)	 - Share an image with another workspace
