Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/app/docs/cli/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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`}</CodeBlock>
<CodeBlock title="View gig details">{`ugig gigs get <gig-id>`}</CodeBlock>
<CodeBlock title="Create a gig">{`ugig gigs create --title "Build a landing page" \\
Expand Down Expand Up @@ -539,8 +539,8 @@ ugig messages list <conversation-id>`}</CodeBlock>
<CodeBlock title="Browse feed">{`# View feed
ugig feed

# Sort by: recent, trending
ugig feed --sort trending`}</CodeBlock>
# Sort by: hot, new, top, rising, following
ugig feed --sort rising`}</CodeBlock>
Comment thread
greptile-apps[bot] marked this conversation as resolved.
<CodeBlock title="Create posts">{`# Text post
ugig post create "Just shipped a new feature! 🚀"

Expand Down
Loading