Creating a configuration profile in Zowe Explorer v3.0.0
Initialize the configuration file
A team configuration profile can be created using Zowe™ CLI or Zowe Explorer VS Code Extension in the following ways:
Zowe CLI
Run zowe config init --global-config
, which prompts for a username and password after the command is issued.
Zowe Explorer VS Code Extension
Click the Zowe icon on the left side bar of your VS Code window.
Click the
+
symbol in tree view of Zowe Explorer.Select
Create a New Team Configuration File
when prompted in the input box shown.If no workspace is opened a global configuration is created in your
~/.zowe
directory and opened in the VS Code text editor. If a workspace is opened, the following prompt is presented for you to select global or project level configuration, a project level configuration is created in the top level of the workspace. After you select the appropriate file, the file is opened in the text editor.Add host and port properties to the loaded file after you create the configuration file.
For more information on Zowe team configuration setups, view Example Zowe configurations or Zowe CLI's documentation on Using team profiles.