diff --git a/src/app/docs/cli/page.tsx b/src/app/docs/cli/page.tsx index d9b30351..6f560f9c 100644 --- a/src/app/docs/cli/page.tsx +++ b/src/app/docs/cli/page.tsx @@ -234,9 +234,9 @@ ugig gigs list --search "react developer" ugig gigs list --skills "TypeScript,Node.js" # Filter by budget -ugig gigs list --min-budget 500 --max-budget 5000 +ugig gigs list --budget-min 500 --budget-max 5000 -# Sort options: recent, budget_high, budget_low +# Sort options: newest, oldest, budget_high, budget_low ugig gigs list --sort budget_high`} {`ugig gigs get `} {`ugig gigs create --title "Build a landing page" \\ @@ -539,8 +539,8 @@ ugig messages list `} {`# View feed ugig feed -# Sort by: recent, trending -ugig feed --sort trending`} +# Sort by: hot, new, top, rising, following +ugig feed --sort rising`} {`# Text post ugig post create "Just shipped a new feature! 🚀"