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
createcommand.- 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
_getcommand.- Parameters:
app (
Typer)- Return type:
Typer
- fractal.cli.cmd.config.config_set(app)[source]#
Register the
_setcommand.- 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
remainingcommand.- Parameters:
app (
Typer)- Return type:
Typer
fractal.cli.cmd.db module#
Implements fractal db sub-app commands.
fractal.cli.cmd.event module#
Implements fractal event sub-app commands.
- fractal.cli.cmd.event.event_start(app)[source]#
Register the
_startcommand.- Parameters:
app (
Typer)- Return type:
Typer
fractal.cli.cmd.fractal module#
Implements fractal commands.
- fractal.cli.cmd.fractal.version(app)[source]#
Register the
--versionflag on the root callback.- Parameters:
app (
Typer)- Return type:
Typer
- fractal.cli.cmd.fractal.install(app)[source]#
Register the
installcommand.- Parameters:
app (
Typer)- Return type:
Typer
- fractal.cli.cmd.fractal.init(app)[source]#
Register the
initcommand.- Parameters:
app (
Typer)- Return type:
Typer
- fractal.cli.cmd.fractal.track(app)[source]#
Register the
trackcommand.- Parameters:
app (
Typer)- Return type:
Typer
- fractal.cli.cmd.fractal.untrack(app)[source]#
Register the
untrackcommand.- Parameters:
app (
Typer)- Return type:
Typer
- fractal.cli.cmd.fractal.commit(app)[source]#
Register the
commitcommand.- Parameters:
app (
Typer)- Return type:
Typer
- fractal.cli.cmd.fractal.open(app)[source]#
Register the
opencommand.- Parameters:
app (
Typer)- Return type:
Typer
- fractal.cli.cmd.fractal.pause(app)[source]#
Register the
pausecommand.- Parameters:
app (
Typer)- Return type:
Typer
- fractal.cli.cmd.fractal.resume(app)[source]#
Register the
resumecommand.- 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
initcommand.- Parameters:
app (
Typer)- Return type:
Typer
- fractal.cli.cmd.node.node_start(app)[source]#
Register the
startcommand.- Parameters:
app (
Typer)- Return type:
Typer
- fractal.cli.cmd.node.node_finish(app)[source]#
Register the
finishcommand.- Parameters:
app (
Typer)- Return type:
Typer
- fractal.cli.cmd.node.node_stop(app)[source]#
Register the
stopcommand.- Parameters:
app (
Typer)- Return type:
Typer
- fractal.cli.cmd.node.node_pause(app)[source]#
Register the
pausecommand.- Parameters:
app (
Typer)- Return type:
Typer
- fractal.cli.cmd.node.node_resume(app)[source]#
Register the
resumecommand.- Parameters:
app (
Typer)- Return type:
Typer
- fractal.cli.cmd.node.node_kill(app)[source]#
Register the
killcommand.- Parameters:
app (
Typer)- Return type:
Typer
- fractal.cli.cmd.node.node_merge(app)[source]#
Register the
mergecommand.- Parameters:
app (
Typer)- Return type:
Typer
- fractal.cli.cmd.node.node_delete(app)[source]#
Register the
deletecommand.- Parameters:
app (
Typer)- Return type:
Typer
- fractal.cli.cmd.node.node_reconcile(app)[source]#
Register the
reconcilecommand.- Parameters:
app (
Typer)- Return type:
Typer
- fractal.cli.cmd.node.node_retire(app)[source]#
Register the
retirecommand.- Parameters:
app (
Typer)- Return type:
Typer
- fractal.cli.cmd.node.node_unretire(app)[source]#
Register the
unretirecommand.- Parameters:
app (
Typer)- Return type:
Typer
- fractal.cli.cmd.node.node_attach(app)[source]#
Register the
attachcommand.- Parameters:
app (
Typer)- Return type:
Typer
- fractal.cli.cmd.node.node_status(app)[source]#
Register the
statuscommand.- Parameters:
app (
Typer)- Return type:
Typer
- fractal.cli.cmd.node.node_list(app)[source]#
Register the
listcommand.- Parameters:
app (
Typer)- Return type:
Typer
- fractal.cli.cmd.node.node_activity(app)[source]#
Register the
activitycommand.- Parameters:
app (
Typer)- Return type:
Typer
- fractal.cli.cmd.node.node_approve(app)[source]#
Register the
approvecommand.- Parameters:
app (
Typer)- Return type:
Typer
- fractal.cli.cmd.node.node_pending(app)[source]#
Register the
pendingcommand.- Parameters:
app (
Typer)- Return type:
Typer
- fractal.cli.cmd.node.node_chat(app)[source]#
Register the
chatcommand.- Parameters:
app (
Typer)- Return type:
Typer
- fractal.cli.cmd.node.node_update(app)[source]#
Register the
updatecommand.- Parameters:
app (
Typer)- Return type:
Typer
fractal.cli.cmd.plan module#
Implements fractal plan sub-app commands.
fractal.cli.cmd.radio module#
Implements fractal radio sub-app commands.
- fractal.cli.cmd.radio.radio_send(app)[source]#
Register the
sendcommand.- Parameters:
app (
Typer)- Return type:
Typer
- fractal.cli.cmd.radio.radio_post(app)[source]#
Register the
postcommand.- Parameters:
app (
Typer)- Return type:
Typer
- fractal.cli.cmd.radio.radio_unsend(app)[source]#
Register the
unsendcommand.- Parameters:
app (
Typer)- Return type:
Typer
- fractal.cli.cmd.radio.radio_save(app)[source]#
Register the
savecommand.- Parameters:
app (
Typer)- Return type:
Typer
- fractal.cli.cmd.radio.radio_unsave(app)[source]#
Register the
unsavecommand.- Parameters:
app (
Typer)- Return type:
Typer
- fractal.cli.cmd.radio.radio_messages(app)[source]#
Register the
messagescommand.- Parameters:
app (
Typer)- Return type:
Typer
- fractal.cli.cmd.radio.radio_sent(app)[source]#
Register the
sentcommand.- Parameters:
app (
Typer)- Return type:
Typer
- fractal.cli.cmd.radio.radio_feed(app)[source]#
Register the
feedcommand.- Parameters:
app (
Typer)- Return type:
Typer
- fractal.cli.cmd.radio.radio_read(app)[source]#
Register the
readcommand.- Parameters:
app (
Typer)- Return type:
Typer
- fractal.cli.cmd.radio.radio_thread(app)[source]#
Register the
threadcommand.- Parameters:
app (
Typer)- Return type:
Typer
- fractal.cli.cmd.radio.radio_reply(app)[source]#
Register the
replycommand.- Parameters:
app (
Typer)- Return type:
Typer
- fractal.cli.cmd.radio.radio_react(app)[source]#
Register the
reactcommand.- Parameters:
app (
Typer)- Return type:
Typer
- fractal.cli.cmd.radio.radio_sub(app)[source]#
Register the
subcommand.- Parameters:
app (
Typer)- Return type:
Typer
fractal.cli.cmd.time module#
Implements fractal node time sub-app commands.
Module contents#
CLI commands for fractal.