@lark-project/cli
Version:
飞书项目插件开发工具
8 lines (7 loc) • 366 B
TypeScript
/**
* `lpm whoami` — report logged-in Meego sites and suggest one for `lpm create`.
* Read-only; prints a self-describing report to stdout and always exits 0
* ("not logged in" is conveyed by the text, not an error code).
* Never prints tokens: only origins + login dates flow through selectDomains.
*/
export declare function whoamiService(): Promise<void>;