Skip to content

Commit

Permalink
modified default sort in docs
Browse files Browse the repository at this point in the history
Signed-off-by: Narasimha Murthy <[email protected]>
  • Loading branch information
murthy95 authored and andreasjansson committed Jan 13, 2021
1 parent bb0cd57 commit 81953e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/pages/docs/reference/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ $ replicate ls --sort "val_loss" --filter "status = stopped"
--json Print output in JSON format
-q, --quiet Only print experiment IDs
-R, --repository string Repository URL (e.g. 's3://my-replicate-bucket' (if omitted, uses repository URL from replicate.yaml)
-s, --sort string Sort key. Suffix with '-desc' for descending sort, e.g. --sort=started-desc (default "started")
-s, --sort string Sort key. Suffix with '-desc' for descending sort, e.g. --sort=created-desc (default "created")
--color Display color in output (default true)
-D, --project-directory string Project directory. Default: nearest parent directory with replicate.yaml
Expand All @@ -181,7 +181,7 @@ replicate ps [flags]
--json Print output in JSON format
-q, --quiet Only print experiment IDs
-R, --repository string Repository URL (e.g. 's3://my-replicate-bucket' (if omitted, uses repository URL from replicate.yaml)
-s, --sort string Sort key. Suffix with '-desc' for descending sort, e.g. --sort=started-desc (default "started")
-s, --sort string Sort key. Suffix with '-desc' for descending sort, e.g. --sort=created-desc (default "created")
--color Display color in output (default true)
-D, --project-directory string Project directory. Default: nearest parent directory with replicate.yaml
Expand Down

0 comments on commit 81953e3

Please sign in to comment.