mirror of
https://github.com/tiennm99/ccs.git
synced 2026-09-08 02:19:02 +00:00
refactor(config): remove secrets.yaml architecture
- delete secrets-manager.ts entirely - remove secrets API routes and client methods - simplify unified-config-types (remove vault/secrets) - update profile-reader to remove secrets loading - clean up unused hooks and API client methods
This commit is contained in:
@@ -384,11 +384,9 @@ async function handleRemove(args: string[]): Promise<void> {
|
||||
// Confirm deletion
|
||||
console.log('');
|
||||
console.log(`API '${color(name, 'command')}' will be removed.`);
|
||||
console.log(` Settings: ~/.ccs/${name}.settings.json`);
|
||||
if (isUsingUnifiedConfig()) {
|
||||
console.log(' Config: ~/.ccs/config.yaml');
|
||||
console.log(' Secrets: ~/.ccs/secrets.yaml');
|
||||
} else {
|
||||
console.log(` Settings: ~/.ccs/${name}.settings.json`);
|
||||
}
|
||||
console.log('');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user