https://github.com/realazthat/comfy-fulcrum
https://github.com/realazthat/comfy-fulcrum
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/realazthat/comfy-fulcrum
- Owner: realazthat
- License: mit
- Created: 2024-07-21T02:06:42.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-11-29T13:26:49.000Z (6 months ago)
- Last Synced: 2025-01-17T21:08:05.732Z (4 months ago)
- Language: Python
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.client.help.generated.svg
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
@font-face {
font-family: "Fira Code";
src: local("FiraCode-Regular"),
url("https://cdnjs.cloudflare.com/ajax/libs/firacode/6.2.0/woff2/FiraCode-Regular.woff2") format("woff2"),
url("https://cdnjs.cloudflare.com/ajax/libs/firacode/6.2.0/woff/FiraCode-Regular.woff") format("woff");
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: "Fira Code";
src: local("FiraCode-Bold"),
url("https://cdnjs.cloudflare.com/ajax/libs/firacode/6.2.0/woff2/FiraCode-Bold.woff2") format("woff2"),
url("https://cdnjs.cloudflare.com/ajax/libs/firacode/6.2.0/woff/FiraCode-Bold.woff") format("woff");
font-style: bold;
font-weight: 700;
}
.terminal-292411649-matrix {
font-family: Fira Code, monospace;
font-size: 20px;
line-height: 24.4px;
font-variant-east-asian: full-width;
}
.terminal-292411649-title {
font-size: 18px;
font-weight: bold;
font-family: arial;
}
.terminal-292411649-r1 { fill: #d9d9d9 }
.terminal-292411649-r2 { fill: #ff8700 }
.terminal-292411649-r3 { fill: #808080 }
.terminal-292411649-r4 { fill: #58d1eb }
.terminal-292411649-r5 { fill: #00af87 }$ python -m comfy_fulcrum.cli client --help
Usage:
python -m comfy_fulcrum.cli.cli client
[
-h
]
--fulcrum_api_url
FULCRUM_API_URL
[
--data
DATA
] [
--format
{json,yaml,pformat}
] [
--indent
INDENT
]{list,register,remove,get,touch,release,stats}
...Run the FastAPI client, and connect to a Fulcrum FastAPI server.
Optional Arguments:
-h
,
--help
show this help message and exit--fulcrum_api_url
FULCRUM_API_URLURL for the FastAPI server.
--data
DATA
JSON encoded data for the command. See base/fastapi_server_base.py for BaseModels for each command.--format
{json,yaml,pformat}Output format.
--indent
INDENT
Indentation for output format. If not specified, the default for that format is used.Client Command:
{list,register,remove,get,touch,release,stats}
list
List resources.register
Add a resource.remove
Delete a resource.get
Get a resource.touch
Touch a ticket/lease.release
Release a ticket/lease.stats
Get stats.