Skip to content

Commit

Permalink
Merge branch 'master' into prepare-1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
zFernand0 authored Oct 15, 2020
2 parents 4bb1f01 + d8b8a32 commit 1599d80
Showing 1 changed file with 25 additions and 18 deletions.
43 changes: 25 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ The Zowe Explorer extension modernizes the way developers and system administrat
* Providing a more streamlined way to access data sets, uss files and jobs.
* Letting you create, edit, and delete Zowe CLI `zosmf` compatible profiles.
* Letting you use the Secure Credential Store plug-in to store your credentials securely in the settings.
* Letting you leverage the API Mediation Layer token-based authentication to access z/OSMF.

More information:

Expand All @@ -23,33 +24,18 @@ More information:

## Contents

* [What's new in Zowe Explorer 1.9.0](#what's-new-in-zowe-explorer-1.9.0)
* [What's new in Zowe Explorer 1.10.0](#what's-new-in-zowe-explorer-1.10.0)
* [Prerequisites](#prerequisites)
* [Getting Started](#getting-started)
* [Credentials Security](#credentials-security)
* [Usage Tips](#usage-tips)
* [Extending Zowe Explorer](#extending-zowe-explorer)

## What's new in Zowe Explorer 1.9.0
## What's new in Zowe Explorer 1.10.0

New features:

* Added the Allocate Like feature.
* Added the ability to disable/enable profile validation.
* Added the ability to access other profiles during profile validation.

Enhancements:

* Datasets and members names are displayed in all uppercase letters even if typed in lowercase letters.
* Grouped Favorites by profile for Datasets, USS, and Jobs.
* Other profiles can be accessed during profile validation.
* Updated the environment check for Theia compatibility.

Bug Fixes:

* Fixed USS renaming issues.
* Fixed the deletion of datasets issue.
* Removed errors in Favorites items caused by profiles that are created by other extensions.
* Added base profile support. You can now log in to the API Mediation Layer via Zowe CLI and use that token with a service profile in Zowe Explorer.

For more information, see [Changelog](https://marketplace.visualstudio.com/items/Zowe.vscode-extension-for-zowe/changelog).

Expand All @@ -76,6 +62,27 @@ Create a profile, review the sample use cases to familiarize yourself with the c

You can now use all the functionalities of the extension.

### Use Base Profile and Token with Existing Profiles

Leverage existing base profiles with a token to access z/OSMF via the API Mediation Layer.

Before using the base profile functionality, ensure that you have [Zowe CLI](https://docs.zowe.org/stable/user-guide/cli-installcli.html) v1.13.0 or higher installed.

**Follow these steps:**

1. Open Zowe CLI and run the following command: `zowe auth login apiml`
2. Follow the instructions to complete the login.
A local base profile is created that contains your token.
**Note:** For more information about the process, see [Token Management](https://docs.zowe.org/stable/user-guide/cli-usingcli.html#how-token-management-works).

3. Run Zowe Explorer and click the **+** icon.

4. Select the profile you use with your base profile with the token.

The profile appears in the tree and you can now use this profile to access z/OSMF via the API Mediation Layer.

For more information, see [Integrating with API Mediation Layer](https://docs.zowe.org/stable/user-guide/cli-usingcli.html#integrating-with-api-mediation-layer).

### Sample use cases

Review the following use cases to understand how to work with data sets in Zowe Explorer. For the complete list of features including USS and jobs, see [Zowe Explorer Sample Use Cases](https://docs.zowe.org/stable/user-guide/ze-usage.html#sample-use-cases).
Expand Down

0 comments on commit 1599d80

Please sign in to comment.