Skip to content

Commit

Permalink
Update docs/dev/tools/cli.md
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored Jan 24, 2025
1 parent 1bae232 commit 9bb8c57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dev/tools/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -1267,8 +1267,8 @@ viam machine part cp --machine=123 --part=123 -r -p machine:my_dir machine:my_fi
| `--machine-id` | The machine to create an API key for | `api-key` | **Required** |
| `--name` | The optional name of the API key | `api-key` | Optional |
| `--org-id` | The optional organization ID to attach the key to | `api-key` | Optional |
| `--recursive`, `-r` | Preserve modification times and file mode bits from the source files. Default: `false`. | `part cp` | Optional |
| `--preserve`, `-p` | Recursively copy files. Default: `false`. | `part cp` | Optional |
| `--recursive`, `-r` | Recursively copy files. Default: `false`. | `part cp` | Optional |
| `--preserve`, `-p` | Preserve modification times and file mode bits from the source files. Default: `false`. | `part cp` | Optional |

##### Using the `--stream` and `--data` arguments

Expand Down

0 comments on commit 9bb8c57

Please sign in to comment.