p2pfl.management.cli moduleΒΆ

CLI for the p2pfl platform.

class p2pfl.management.cli.ExampleInfo[source]ΒΆ

Bases: TypedDict

Information about an example.

description: strΒΆ
path: strΒΆ
p2pfl.management.cli.list_examples()[source]ΒΆ

List available examples.

Return type:

None

p2pfl.management.cli.login(token='')[source]ΒΆ

Authenticate with the p2pfl platform using your API token.

Parameters:

token (str) – Your API token.

Return type:

None

p2pfl.management.cli.remote()[source]ΒΆ

Interact with a remote node in the p2pfl network.

Return type:

None

p2pfl.management.cli.run(file_or_example)[source]ΒΆ

Run an experiment from a YAML configuration file or a predefined example name.

Return type:

None