Creating a configuration profile in Zowe Explorer v3.0.0
Initializing 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 will prompt for a username and password once 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 will be created in your
~/.zowe
directory and opened in the VS Code text editor. If a workspace is opened a following prompt will be presented for the user to select global or project level config, a project level config will be created in the top level of the workspace. After selecting the appropriate file, the file will be opened in the text editor.Add host and port properties to the loaded file after creating the configuration file.
For more information on Zowe team configuration setups, view Example Zowe configurations or Zowe CLI's documentation on Using team profiles.