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 profiles to team config without prompting: zowe config convert-profiles --no-prompt Copy Convert profiles to team config and delete the old profiles: zowe config convert-profiles --delete Copy