fractal.cli.cmd package#

Submodules#

fractal.cli.cmd.channel module#

Implements fractal radio channel sub-app commands.

fractal.cli.cmd.channel.radio_channel_create(app)[source]#

Register the create command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.channel.radio_channel_delete(app)[source]#

Register the delete command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.channel.radio_channel_list(app)[source]#

Register the list command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.config module#

Implements fractal config sub-app commands.

fractal.cli.cmd.config.config_get(app)[source]#

Register the _get command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.config.config_set(app)[source]#

Register the _set command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.config.node_config_get(app)[source]#

Register the get command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.config.node_config_set(app)[source]#

Register the set command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.cost module#

Implements fractal node cost sub-app commands.

fractal.cli.cmd.cost.cost_remaining(app)[source]#

Register the remaining command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.cost.cost_spent(app)[source]#

Register the spent command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.cost.cost_breakdown(app)[source]#

Register the breakdown command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.db module#

Implements fractal db sub-app commands.

fractal.cli.cmd.db.db_query(app)[source]#

Register the _query command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.event module#

Implements fractal event sub-app commands.

fractal.cli.cmd.event.event_start(app)[source]#

Register the _start command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.event.event_end(app)[source]#

Register the _end command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.event.event_list(app)[source]#

Register the _list command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.fractal module#

Implements fractal commands.

fractal.cli.cmd.fractal.version(app)[source]#

Register the --version flag on the root callback.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.fractal.install(app)[source]#

Register the install command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.fractal.init(app)[source]#

Register the init command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.fractal.track(app)[source]#

Register the track command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.fractal.untrack(app)[source]#

Register the untrack command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.fractal.commit(app)[source]#

Register the commit command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.fractal.open(app)[source]#

Register the open command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.fractal.pause(app)[source]#

Register the pause command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.fractal.resume(app)[source]#

Register the resume command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.fractal.reset(app)[source]#

Register the reset command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.fractal.destroy(app)[source]#

Register the destroy command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.node module#

Implements fractal node sub-app commands.

fractal.cli.cmd.node.node_init(app)[source]#

Register the init command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.node.node_start(app)[source]#

Register the start command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.node.node_finish(app)[source]#

Register the finish command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.node.node_stop(app)[source]#

Register the stop command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.node.node_pause(app)[source]#

Register the pause command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.node.node_resume(app)[source]#

Register the resume command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.node.node_kill(app)[source]#

Register the kill command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.node.node_merge(app)[source]#

Register the merge command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.node.node_delete(app)[source]#

Register the delete command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.node.node_reconcile(app)[source]#

Register the reconcile command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.node.node_retire(app)[source]#

Register the retire command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.node.node_unretire(app)[source]#

Register the unretire command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.node.node_attach(app)[source]#

Register the attach command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.node.node_status(app)[source]#

Register the status command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.node.node_list(app)[source]#

Register the list command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.node.node_activity(app)[source]#

Register the activity command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.node.node_approve(app)[source]#

Register the approve command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.node.node_pending(app)[source]#

Register the pending command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.node.node_chat(app)[source]#

Register the chat command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.node.node_update(app)[source]#

Register the update command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.node.node_loop(app)[source]#

Register the _loop command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.node.node_seed(app)[source]#

Register the node _seed command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.plan module#

Implements fractal plan sub-app commands.

fractal.cli.cmd.plan.plan_init(app)[source]#

Register the init command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.plan.plan_list(app)[source]#

Register the list command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.radio module#

Implements fractal radio sub-app commands.

fractal.cli.cmd.radio.radio_send(app)[source]#

Register the send command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.radio.radio_post(app)[source]#

Register the post command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.radio.radio_unsend(app)[source]#

Register the unsend command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.radio.radio_save(app)[source]#

Register the save command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.radio.radio_unsave(app)[source]#

Register the unsave command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.radio.radio_messages(app)[source]#

Register the messages command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.radio.radio_sent(app)[source]#

Register the sent command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.radio.radio_feed(app)[source]#

Register the feed command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.radio.radio_read(app)[source]#

Register the read command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.radio.radio_thread(app)[source]#

Register the thread command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.radio.radio_reply(app)[source]#

Register the reply command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.radio.radio_react(app)[source]#

Register the react command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.radio.radio_sub(app)[source]#

Register the sub command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.radio.radio_unsub(app)[source]#

Register the unsub command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.radio.radio_subs(app)[source]#

Register the subs command.

Parameters:

app (Typer)

Return type:

Typer

fractal.cli.cmd.time module#

Implements fractal node time sub-app commands.

fractal.cli.cmd.time.time_remaining(app)[source]#

Register the remaining command.

Parameters:

app (Typer)

Return type:

Typer

Module contents#

CLI commands for fractal.