# pw nfs ls

> Source: https://parallelworks.com/docs/cli/pw/nfs/ls

## pw nfs ls

List all NFS Storages

```
pw nfs ls [flags]
```

### Examples

```
  # List all NFS Storages
  pw nfs ls
  
  # List all NFS Storages, displayed as a table
  # Tables display URI, CSP, provisioning status, type, region, and tags
  pw nfs ls -o table
```

### Options

```
  -h, --help            help for ls
  -o, --output string   Output format. One of: table, json, list (default "table")
```

### Options inherited from parent commands

```
      --context string         The context to use. Overrides PW_CONTEXT environment variable and current context from config.
      --platform-host string   The Parallel Works ACTIVATE platform host to use. Will override any other platform host settings.
  -v, --verbose                Enable verbose logging
```

### SEE ALSO

* [pw nfs](/docs/cli/pw/nfs)	 - Manage NFS storages
