Skip to content

Commit

Permalink
revert cli.md
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Oct 25, 2024
1 parent 3bd2350 commit 828433a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/api-reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ positional arguments:
or pass in a package name in the form
'BUCKET:USER/PKG' to go to the package viewer.
options:
optional arguments:
-h, --help show this help message and exit
--detailed-help, --detailed_help
Display detailed information about this command and
Expand Down Expand Up @@ -50,7 +50,7 @@ positional arguments:
catalog_url URL of catalog to config with, or empty string to
reset the config
options:
optional arguments:
-h, --help show this help message and exit
--set KEY=VALUE [KEY=VALUE ...]
Set a number of key-value pairs for config_values(do
Expand All @@ -69,7 +69,7 @@ positional arguments:
default_remote_registry
The default remote registry to use, e.g. s3://quilt-ml
options:
optional arguments:
-h, --help show this help message and exit
```
## `disable-telemetry`
Expand All @@ -78,7 +78,7 @@ usage: quilt3 disable-telemetry [-h]
Disable anonymous usage metrics
options:
optional arguments:
-h, --help show this help message and exit
```
## `install`
Expand All @@ -93,7 +93,7 @@ Install a package
positional arguments:
name Name of package, in the USER/PKG format
options:
optional arguments:
-h, --help show this help message and exit
--registry REGISTRY Registry where package is located, usually s3://MY-
BUCKET. Defaults to the default remote registry.
Expand All @@ -113,7 +113,7 @@ List all packages in a registry
positional arguments:
registry Registry for packages, e.g. s3://quilt-example
options:
optional arguments:
-h, --help show this help message and exit
```
## `login`
Expand All @@ -122,7 +122,7 @@ usage: quilt3 login [-h]
Log in to configured Quilt server
options:
optional arguments:
-h, --help show this help message and exit
```
## `logout`
Expand All @@ -131,7 +131,7 @@ usage: quilt3 logout [-h]
Log out of current Quilt server
options:
optional arguments:
-h, --help show this help message and exit
```
## `push`
Expand Down Expand Up @@ -179,7 +179,7 @@ Verify that package contents matches a given directory
positional arguments:
name Name of package, in the USER/PKG format
options:
optional arguments:
-h, --help show this help message and exit
--registry REGISTRY Registry where package is located, usually s3://MY-
BUCKET
Expand Down

0 comments on commit 828433a

Please sign in to comment.