cli: add openai-key and anthropic token flag

This commit is contained in:
William Valentin
2026-02-15 10:29:31 -08:00
parent 6375f56f67
commit 49c8ff620f
4 changed files with 93 additions and 10 deletions
+5
View File
@@ -13,6 +13,11 @@ describe('CLI program', () => {
expect(commandNames).toContain('doctor');
expect(commandNames).toContain('config');
expect(commandNames).toContain('skills');
expect(commandNames).toContain('openai-auth');
expect(commandNames).toContain('openai-key');
expect(commandNames).toContain('anthropic-auth');
expect(commandNames).toContain('zai-auth');
});
it('has version info', () => {