add delete food item in skill
This commit is contained in:
parent
87a5ca6555
commit
a91cfcd26b
2 changed files with 20 additions and 1 deletions
|
|
@ -89,6 +89,9 @@ uv run --with pymongo "$SCRIPT" update --id "6a11a937..." --set-amount 2 --set-u
|
|||
|
||||
# Unset a field
|
||||
uv run --with pymongo "$SCRIPT" update --id "6a11a937..." --unset unit
|
||||
|
||||
# Delete an entry
|
||||
uv run --with pymongo "$SCRIPT" delete --id "6a11a937..."
|
||||
```
|
||||
|
||||
## Workflow Notes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue