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
ΒΆ
-
description:
- p2pfl.management.cli.login(token='')[source]ΒΆ
Authenticate with the p2pfl platform using your API token.
- Parameters:
token (
str
) β Your API token.- Return type:
None