Skip to content

sp system & task

Phase: v2

sp system

System-wide key/value config.

SubcommandMethodPath
listGET/api/system/config/list
get <key>GET/api/system/config/query/{key}
savePOST/api/system/config/save
delete <key>DELETE/api/system/config/delete/{key}

sp task

Scheduled tasks (console + storage variants).

APIPath
Console listGET /api/scheduledTask/list
Storage CRUD/api/config/scheduledTask (add, modify, run, …)

CLI should document which backend path is used per subcommand when implemented.