Skip to content

Commit

Permalink
docs: update CLI documentation for v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
amisevsk committed Oct 29, 2024
1 parent 9080d47 commit 2fa0753
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "v0.3.3",
"version": "v0.3.4",
"peerDependencies": {
"vue": "^3.4"
},
Expand Down
8 changes: 8 additions & 0 deletions docs/src/docs/cli/cli-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ kit info --remote registry.example.com/my-model:1.0.0
--cert string Path to client certificate used for authentication (can also be set via environment variable KITOPS_CLIENT_CERT)
--key string Path to client certificate key used for authentication (can also be set via environment variable KITOPS_CLIENT_KEY)
--concurrency int Maximum number of simultaneous uploads/downloads (default 5)
--proxy string Proxy to use for connections (overrides proxy set by environment)
-r, --remote Check remote registry instead of local storage
-h, --help help for info
```
Expand Down Expand Up @@ -226,6 +227,7 @@ kit inspect --remote registry.example.com/my-model:1.0.0
--cert string Path to client certificate used for authentication (can also be set via environment variable KITOPS_CLIENT_CERT)
--key string Path to client certificate key used for authentication (can also be set via environment variable KITOPS_CLIENT_KEY)
--concurrency int Maximum number of simultaneous uploads/downloads (default 5)
--proxy string Proxy to use for connections (overrides proxy set by environment)
-r, --remote Check remote registry instead of local storage
-h, --help help for inspect
```
Expand Down Expand Up @@ -284,6 +286,7 @@ kit list registry.example.com/my-namespace/my-model
--cert string Path to client certificate used for authentication (can also be set via environment variable KITOPS_CLIENT_CERT)
--key string Path to client certificate key used for authentication (can also be set via environment variable KITOPS_CLIENT_KEY)
--concurrency int Maximum number of simultaneous uploads/downloads (default 5)
--proxy string Proxy to use for connections (overrides proxy set by environment)
-h, --help help for list
```

Expand Down Expand Up @@ -330,6 +333,7 @@ kit login docker.io --password-stdin -u docker_user
--cert string Path to client certificate used for authentication (can also be set via environment variable KITOPS_CLIENT_CERT)
--key string Path to client certificate key used for authentication (can also be set via environment variable KITOPS_CLIENT_KEY)
--concurrency int Maximum number of simultaneous uploads/downloads (default 5)
--proxy string Proxy to use for connections (overrides proxy set by environment)
-h, --help help for login
```

Expand Down Expand Up @@ -455,6 +459,7 @@ kit pull registry.example.com/my-model:latest
--cert string Path to client certificate used for authentication (can also be set via environment variable KITOPS_CLIENT_CERT)
--key string Path to client certificate key used for authentication (can also be set via environment variable KITOPS_CLIENT_KEY)
--concurrency int Maximum number of simultaneous uploads/downloads (default 5)
--proxy string Proxy to use for connections (overrides proxy set by environment)
-h, --help help for pull
```

Expand Down Expand Up @@ -500,6 +505,7 @@ kit push registry.example.com/my-model:1.0.0
--cert string Path to client certificate used for authentication (can also be set via environment variable KITOPS_CLIENT_CERT)
--key string Path to client certificate key used for authentication (can also be set via environment variable KITOPS_CLIENT_KEY)
--concurrency int Maximum number of simultaneous uploads/downloads (default 5)
--proxy string Proxy to use for connections (overrides proxy set by environment)
-h, --help help for push
```

Expand Down Expand Up @@ -560,6 +566,7 @@ kit remove --all --force
--cert string Path to client certificate used for authentication (can also be set via environment variable KITOPS_CLIENT_CERT)
--key string Path to client certificate key used for authentication (can also be set via environment variable KITOPS_CLIENT_KEY)
--concurrency int Maximum number of simultaneous uploads/downloads (default 5)
--proxy string Proxy to use for connections (overrides proxy set by environment)
-h, --help help for remove
```

Expand Down Expand Up @@ -714,6 +721,7 @@ kit unpack registry.example.com/myrepo/my-model:latest -o -d /path/to/unpacked
--cert string Path to client certificate used for authentication (can also be set via environment variable KITOPS_CLIENT_CERT)
--key string Path to client certificate key used for authentication (can also be set via environment variable KITOPS_CLIENT_KEY)
--concurrency int Maximum number of simultaneous uploads/downloads (default 5)
--proxy string Proxy to use for connections (overrides proxy set by environment)
-h, --help help for unpack
```

Expand Down

0 comments on commit 2fa0753

Please sign in to comment.