proxystore.endpoint.cli¶
proxystore-endpoint
command-line interface.
See the CLI Reference for the
proxystore-endpoint
usage instructions.
cli() ¶
Manage and start ProxyStore Endpoints.
Source code in proxystore/endpoint/cli.py
show_help() ¶
version() ¶
check_nat_command() ¶
Check the type of NAT you are behind.
Source code in proxystore/endpoint/cli.py
configure() ¶
configure(
name: str,
port: int,
relay_address: str,
relay_auth: bool,
relay_server: bool,
peer_channels: int,
persist: bool,
) -> None
Configure a new endpoint.
Source code in proxystore/endpoint/cli.py
list_all() ¶
remove() ¶
start() ¶
Start an endpoint.
Source code in proxystore/endpoint/cli.py
stop() ¶
test() ¶
Execute test commands on an endpoint.
Source code in proxystore/endpoint/cli.py
evict() ¶
Evict object from an endpoint.
Source code in proxystore/endpoint/cli.py
exists() ¶
Check if object exists in an endpoint.
Source code in proxystore/endpoint/cli.py
get() ¶
Get an object from an endpoint.
Source code in proxystore/endpoint/cli.py
put() ¶
Put an object in an endpoint.