Skip to content

Commit

Permalink
Update pmv-cli manual
Browse files Browse the repository at this point in the history
  • Loading branch information
AgustinSRG committed Dec 24, 2023
1 parent 1fa59f8 commit bbd1878
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions content/en/docs/Console Client/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ pmv-cli media <COMMAND>
| [rename-attachment](#command-media-rename-attachment) | Renames attachment file |
| [remove-attachment](#command-media-remove-attachment) | Removes attachment file |
| [re-encode](#command-media-re-encode) | Re-Encodes a media asset |
| [replace](#command-media-replace) | Replaces the media asset with another file |
| [delete](#command-media-delete) | Deletes a media asset |

<ins>**Options:**</ins>
Expand Down Expand Up @@ -821,6 +822,29 @@ pmv-cli media re-encode <MEDIA>
| --- | --- |
| `-h, --help` | Print help |

### Command: media replace

Replaces the media asset with another file

<ins>**Usage:**</ins>

```
pmv-cli media replace <MEDIA> <PATH>
```

<ins>**Arguments:**</ins>

| Argument | Description |
| --- | --- |
| `<MEDIA>` | Media asset ID |
| `<PATH>` | Path to the media file to upload |

<ins>**Options:**</ins>

| Option | Description |
| --- | --- |
| `-h, --help` | Print help |

### Command: media delete

Deletes a media asset
Expand Down Expand Up @@ -1728,5 +1752,3 @@ pmv-cli batch delete
| Option | Description |
| --- | --- |
| `-h, --help` | Print help |


0 comments on commit bbd1878

Please sign in to comment.