diff --git a/src/main.ts b/src/main.ts index 498801d..2dd8c8c 100644 --- a/src/main.ts +++ b/src/main.ts @@ -21,6 +21,8 @@ process.on('SIGINT', () => { const NO_AUTH_SETUP = [ ['auth', 'login'], ['auth', 'logout'], + ['auth', 'status'], + ['auth', 'refresh'], ['config', 'show'], ['config', 'set'], ['config', 'export-schema'],