inferless-cli-dev


Nameinferless-cli-dev JSON
Version 0.1.6.5 PyPI version JSON
download
home_page
Summary
upload_time2023-12-07 06:33:15
maintainer
docs_urlNone
authorNaveen
requires_python>=3.8,<4.0
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # `inferless`

Inferless - Deploy Machine Learning Models in Minutes.

See the website at https://inferless.com/ for documentation and more information
about running code on Inferless.

**Usage**:

```console
$ inferless [OPTIONS] COMMAND [ARGS]...
```

**Options**:

* `-v, --version`
* `--help`: Show this message and exit.

**Commands**:

* `deploy`: Deploy a model to Inferless
* `init`: Initialize a new Inferless model
* `log`: Inferless models logs (view build logs or...
* `login`: Login to Inferless
* `model`: Manage Inferless models (list , delete ,...
* `runtime`: Manage Inferless runtimes (can be used to...
* `secret`: Manage Inferless secrets (list secrets)
* `token`: Manage Inferless tokens
* `volume`: Manage Inferless volumes (can be used to...
* `workspace`: Manage Inferless workspaces (can be used...

## `inferless deploy`

Deploy a model to Inferless

**Usage**:

```console
$ inferless deploy [OPTIONS]
```

**Options**:

* `--help`: Show this message and exit.

## `inferless init`

Initialize a new Inferless model

**Usage**:

```console
$ inferless init [OPTIONS]
```

**Options**:

* `--help`: Show this message and exit.

## `inferless log`

Inferless models logs (view build logs or call logs)

**Usage**:

```console
$ inferless log [OPTIONS] [MODEL_ID]
```

**Arguments**:

* `[MODEL_ID]`: Model id or model import id

**Options**:

* `-i, --import-logs`: Import logs
* `-t, --type TEXT`: Logs type [BUILD, CALL]]  [default: BUILD]
* `--help`: Show this message and exit.

## `inferless login`

Login to Inferless

**Usage**:

```console
$ inferless login [OPTIONS]
```

**Options**:

* `--help`: Show this message and exit.

## `inferless model`

Manage Inferless models (list , delete , activate , deactivate , rebuild the models)

**Usage**:

```console
$ inferless model [OPTIONS] COMMAND [ARGS]...
```

**Options**:

* `--help`: Show this message and exit.

**Commands**:

* `activate`: activate a model.
* `deactivate`: deactivate a model.
* `delete`: delete a model.
* `info`: Get model details.
* `list`: List all models.
* `rebuild`: rebuild a model.

### `inferless model activate`

activate a model. 

**Usage**:

```console
$ inferless model activate [OPTIONS]
```

**Options**:

* `--model-id TEXT`: Model ID
* `--help`: Show this message and exit.

### `inferless model deactivate`

deactivate a model. 

**Usage**:

```console
$ inferless model deactivate [OPTIONS]
```

**Options**:

* `--model-id TEXT`: Model ID
* `--help`: Show this message and exit.

### `inferless model delete`

delete a model.

**Usage**:

```console
$ inferless model delete [OPTIONS]
```

**Options**:

* `--model-id TEXT`: Model ID
* `--help`: Show this message and exit.

### `inferless model info`

Get model details.

**Usage**:

```console
$ inferless model info [OPTIONS]
```

**Options**:

* `--model-id TEXT`: Model ID
* `--help`: Show this message and exit.

### `inferless model list`

List all models.

**Usage**:

```console
$ inferless model list [OPTIONS]
```

**Options**:

* `--help`: Show this message and exit.

### `inferless model rebuild`

rebuild a model. (If you have a inferless.yaml file in your current directory, you can use the --local or -l flag to redeploy the model locally.)

**Usage**:

```console
$ inferless model rebuild [OPTIONS]
```

**Options**:

* `--model-id TEXT`: Model ID
* `-l, --local`: Local rebuild
* `--help`: Show this message and exit.

## `inferless runtime`

Manage Inferless runtimes (can be used to list runtimes and upload new runtimes)

**Usage**:

```console
$ inferless runtime [OPTIONS] COMMAND [ARGS]...
```

**Options**:

* `--help`: Show this message and exit.

**Commands**:

* `list`: List all runtimes.
* `upload`: Upload a runtime.

### `inferless runtime list`

List all runtimes.

**Usage**:

```console
$ inferless runtime list [OPTIONS]
```

**Options**:

* `--help`: Show this message and exit.

### `inferless runtime upload`

Upload a runtime.

**Usage**:

```console
$ inferless runtime upload [OPTIONS]
```

**Options**:

* `-p, --path TEXT`: Path to the runtime
* `-n, --name TEXT`: Name of the runtime
* `--help`: Show this message and exit.

## `inferless secret`

Manage Inferless secrets (list secrets)

**Usage**:

```console
$ inferless secret [OPTIONS] COMMAND [ARGS]...
```

**Options**:

* `--help`: Show this message and exit.

**Commands**:

* `list`: List all secrets.

### `inferless secret list`

List all secrets.

**Usage**:

```console
$ inferless secret list [OPTIONS]
```

**Options**:

* `--help`: Show this message and exit.

## `inferless token`

Manage Inferless tokens

**Usage**:

```console
$ inferless token [OPTIONS] COMMAND [ARGS]...
```

**Options**:

* `--help`: Show this message and exit.

**Commands**:

* `set`: Set account credentials for connecting to...

### `inferless token set`

Set account credentials for connecting to Inferless. If not provided with the command, you will be prompted to enter your credentials.

**Usage**:

```console
$ inferless token set [OPTIONS]
```

**Options**:

* `--token-key TEXT`: Account CLI key  [required]
* `--token-secret TEXT`: Account CLI secret  [required]
* `--help`: Show this message and exit.

## `inferless volume`

Manage Inferless volumes (can be used to list volumes and create new volumes)

**Usage**:

```console
$ inferless volume [OPTIONS] COMMAND [ARGS]...
```

**Options**:

* `--help`: Show this message and exit.

**Commands**:

* `create`: create volume.
* `list`: List all volumes.

### `inferless volume create`

create volume.

**Usage**:

```console
$ inferless volume create [OPTIONS]
```

**Options**:

* `-n, --name TEXT`: Name of the volume
* `--help`: Show this message and exit.

### `inferless volume list`

List all volumes.

**Usage**:

```console
$ inferless volume list [OPTIONS]
```

**Options**:

* `--help`: Show this message and exit.

## `inferless workspace`

Manage Inferless workspaces (can be used to switch between workspaces)

**Usage**:

```console
$ inferless workspace [OPTIONS] COMMAND [ARGS]...
```

**Options**:

* `--help`: Show this message and exit.

**Commands**:

* `use`

### `inferless workspace use`

**Usage**:

```console
$ inferless workspace use [OPTIONS]
```

**Options**:

* `--help`: Show this message and exit.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "inferless-cli-dev",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Naveen",
    "author_email": "naveen@inferless.com",
    "download_url": "https://files.pythonhosted.org/packages/1e/b7/8f20669030a0fd74d82f13549d8737e7121429b172d5d2c9415debcb24b2/inferless_cli_dev-0.1.6.5.tar.gz",
    "platform": null,
    "description": "# `inferless`\n\nInferless - Deploy Machine Learning Models in Minutes.\n\nSee the website at https://inferless.com/ for documentation and more information\nabout running code on Inferless.\n\n**Usage**:\n\n```console\n$ inferless [OPTIONS] COMMAND [ARGS]...\n```\n\n**Options**:\n\n* `-v, --version`\n* `--help`: Show this message and exit.\n\n**Commands**:\n\n* `deploy`: Deploy a model to Inferless\n* `init`: Initialize a new Inferless model\n* `log`: Inferless models logs (view build logs or...\n* `login`: Login to Inferless\n* `model`: Manage Inferless models (list , delete ,...\n* `runtime`: Manage Inferless runtimes (can be used to...\n* `secret`: Manage Inferless secrets (list secrets)\n* `token`: Manage Inferless tokens\n* `volume`: Manage Inferless volumes (can be used to...\n* `workspace`: Manage Inferless workspaces (can be used...\n\n## `inferless deploy`\n\nDeploy a model to Inferless\n\n**Usage**:\n\n```console\n$ inferless deploy [OPTIONS]\n```\n\n**Options**:\n\n* `--help`: Show this message and exit.\n\n## `inferless init`\n\nInitialize a new Inferless model\n\n**Usage**:\n\n```console\n$ inferless init [OPTIONS]\n```\n\n**Options**:\n\n* `--help`: Show this message and exit.\n\n## `inferless log`\n\nInferless models logs (view build logs or call logs)\n\n**Usage**:\n\n```console\n$ inferless log [OPTIONS] [MODEL_ID]\n```\n\n**Arguments**:\n\n* `[MODEL_ID]`: Model id or model import id\n\n**Options**:\n\n* `-i, --import-logs`: Import logs\n* `-t, --type TEXT`: Logs type [BUILD, CALL]]  [default: BUILD]\n* `--help`: Show this message and exit.\n\n## `inferless login`\n\nLogin to Inferless\n\n**Usage**:\n\n```console\n$ inferless login [OPTIONS]\n```\n\n**Options**:\n\n* `--help`: Show this message and exit.\n\n## `inferless model`\n\nManage Inferless models (list , delete , activate , deactivate , rebuild the models)\n\n**Usage**:\n\n```console\n$ inferless model [OPTIONS] COMMAND [ARGS]...\n```\n\n**Options**:\n\n* `--help`: Show this message and exit.\n\n**Commands**:\n\n* `activate`: activate a model.\n* `deactivate`: deactivate a model.\n* `delete`: delete a model.\n* `info`: Get model details.\n* `list`: List all models.\n* `rebuild`: rebuild a model.\n\n### `inferless model activate`\n\nactivate a model. \n\n**Usage**:\n\n```console\n$ inferless model activate [OPTIONS]\n```\n\n**Options**:\n\n* `--model-id TEXT`: Model ID\n* `--help`: Show this message and exit.\n\n### `inferless model deactivate`\n\ndeactivate a model. \n\n**Usage**:\n\n```console\n$ inferless model deactivate [OPTIONS]\n```\n\n**Options**:\n\n* `--model-id TEXT`: Model ID\n* `--help`: Show this message and exit.\n\n### `inferless model delete`\n\ndelete a model.\n\n**Usage**:\n\n```console\n$ inferless model delete [OPTIONS]\n```\n\n**Options**:\n\n* `--model-id TEXT`: Model ID\n* `--help`: Show this message and exit.\n\n### `inferless model info`\n\nGet model details.\n\n**Usage**:\n\n```console\n$ inferless model info [OPTIONS]\n```\n\n**Options**:\n\n* `--model-id TEXT`: Model ID\n* `--help`: Show this message and exit.\n\n### `inferless model list`\n\nList all models.\n\n**Usage**:\n\n```console\n$ inferless model list [OPTIONS]\n```\n\n**Options**:\n\n* `--help`: Show this message and exit.\n\n### `inferless model rebuild`\n\nrebuild a model. (If you have a inferless.yaml file in your current directory, you can use the --local or -l flag to redeploy the model locally.)\n\n**Usage**:\n\n```console\n$ inferless model rebuild [OPTIONS]\n```\n\n**Options**:\n\n* `--model-id TEXT`: Model ID\n* `-l, --local`: Local rebuild\n* `--help`: Show this message and exit.\n\n## `inferless runtime`\n\nManage Inferless runtimes (can be used to list runtimes and upload new runtimes)\n\n**Usage**:\n\n```console\n$ inferless runtime [OPTIONS] COMMAND [ARGS]...\n```\n\n**Options**:\n\n* `--help`: Show this message and exit.\n\n**Commands**:\n\n* `list`: List all runtimes.\n* `upload`: Upload a runtime.\n\n### `inferless runtime list`\n\nList all runtimes.\n\n**Usage**:\n\n```console\n$ inferless runtime list [OPTIONS]\n```\n\n**Options**:\n\n* `--help`: Show this message and exit.\n\n### `inferless runtime upload`\n\nUpload a runtime.\n\n**Usage**:\n\n```console\n$ inferless runtime upload [OPTIONS]\n```\n\n**Options**:\n\n* `-p, --path TEXT`: Path to the runtime\n* `-n, --name TEXT`: Name of the runtime\n* `--help`: Show this message and exit.\n\n## `inferless secret`\n\nManage Inferless secrets (list secrets)\n\n**Usage**:\n\n```console\n$ inferless secret [OPTIONS] COMMAND [ARGS]...\n```\n\n**Options**:\n\n* `--help`: Show this message and exit.\n\n**Commands**:\n\n* `list`: List all secrets.\n\n### `inferless secret list`\n\nList all secrets.\n\n**Usage**:\n\n```console\n$ inferless secret list [OPTIONS]\n```\n\n**Options**:\n\n* `--help`: Show this message and exit.\n\n## `inferless token`\n\nManage Inferless tokens\n\n**Usage**:\n\n```console\n$ inferless token [OPTIONS] COMMAND [ARGS]...\n```\n\n**Options**:\n\n* `--help`: Show this message and exit.\n\n**Commands**:\n\n* `set`: Set account credentials for connecting to...\n\n### `inferless token set`\n\nSet account credentials for connecting to Inferless. If not provided with the command, you will be prompted to enter your credentials.\n\n**Usage**:\n\n```console\n$ inferless token set [OPTIONS]\n```\n\n**Options**:\n\n* `--token-key TEXT`: Account CLI key  [required]\n* `--token-secret TEXT`: Account CLI secret  [required]\n* `--help`: Show this message and exit.\n\n## `inferless volume`\n\nManage Inferless volumes (can be used to list volumes and create new volumes)\n\n**Usage**:\n\n```console\n$ inferless volume [OPTIONS] COMMAND [ARGS]...\n```\n\n**Options**:\n\n* `--help`: Show this message and exit.\n\n**Commands**:\n\n* `create`: create volume.\n* `list`: List all volumes.\n\n### `inferless volume create`\n\ncreate volume.\n\n**Usage**:\n\n```console\n$ inferless volume create [OPTIONS]\n```\n\n**Options**:\n\n* `-n, --name TEXT`: Name of the volume\n* `--help`: Show this message and exit.\n\n### `inferless volume list`\n\nList all volumes.\n\n**Usage**:\n\n```console\n$ inferless volume list [OPTIONS]\n```\n\n**Options**:\n\n* `--help`: Show this message and exit.\n\n## `inferless workspace`\n\nManage Inferless workspaces (can be used to switch between workspaces)\n\n**Usage**:\n\n```console\n$ inferless workspace [OPTIONS] COMMAND [ARGS]...\n```\n\n**Options**:\n\n* `--help`: Show this message and exit.\n\n**Commands**:\n\n* `use`\n\n### `inferless workspace use`\n\n**Usage**:\n\n```console\n$ inferless workspace use [OPTIONS]\n```\n\n**Options**:\n\n* `--help`: Show this message and exit.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "",
    "version": "0.1.6.5",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "62df1de80703a0b3010d347b0bd0c04158eea119589182b69c1d7295f5590419",
                "md5": "378191dcbecef3a412e95695b1cb6cff",
                "sha256": "58cd781026f294a71a173c9972d39388dff5d24afe7f3940edff5f697720a9d0"
            },
            "downloads": -1,
            "filename": "inferless_cli_dev-0.1.6.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "378191dcbecef3a412e95695b1cb6cff",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 32939,
            "upload_time": "2023-12-07T06:33:13",
            "upload_time_iso_8601": "2023-12-07T06:33:13.629087Z",
            "url": "https://files.pythonhosted.org/packages/62/df/1de80703a0b3010d347b0bd0c04158eea119589182b69c1d7295f5590419/inferless_cli_dev-0.1.6.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1eb78f20669030a0fd74d82f13549d8737e7121429b172d5d2c9415debcb24b2",
                "md5": "f93ed01fc70f7a39c61665499a4826e1",
                "sha256": "e3c5de2f9f61fae5babb38efb73bd2c2293c83eb0ea0be64e8395bb69d73e315"
            },
            "downloads": -1,
            "filename": "inferless_cli_dev-0.1.6.5.tar.gz",
            "has_sig": false,
            "md5_digest": "f93ed01fc70f7a39c61665499a4826e1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 24656,
            "upload_time": "2023-12-07T06:33:15",
            "upload_time_iso_8601": "2023-12-07T06:33:15.824883Z",
            "url": "https://files.pythonhosted.org/packages/1e/b7/8f20669030a0fd74d82f13549d8737e7121429b172d5d2c9415debcb24b2/inferless_cli_dev-0.1.6.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-07 06:33:15",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "inferless-cli-dev"
}
        
Elapsed time: 1.89732s