zowe › config › convert-profiles🖨️ Convert v1 profiles to a global zowe.config.json file. Usage zowe config convert-profiles [options] Options --prompt (boolean) Prompt for confirmation. Use --no-prompt to disable prompting. Default value: true --delete (boolean) Delete the existing profiles on disk and any securely stored secrets. Examples Convert V1 profiles to a new Zowe client configuration without prompting: zowe config convert-profiles --no-prompt Copy Convert V1 profiles to a new Zowe client configuration and delete the old V1 profiles: zowe config convert-profiles --delete Copy