Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@adobe/aio-cli-plugin-auth

Package Overview
Dependencies
Maintainers
21
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adobe/aio-cli-plugin-auth - npm Package Compare versions

Comparing version
3.1.0
to
3.2.0
+2
-2
oclif.manifest.json
{
"version": "3.1.0",
"version": "3.2.0",
"commands": {

@@ -306,3 +306,3 @@ "auth:ctx": {

"description": "Invalidate the refresh token as well as all access tokens.\nOtherwise only the access token is invalidated. For Adobe IMS\ncontexts not supporting refresh tokens, this flag has no\neffect.",
"allowNo": false
"allowNo": true
}

@@ -309,0 +309,0 @@ },

{
"name": "@adobe/aio-cli-plugin-auth",
"description": "The IMS plugin to aio supports managing tokens for IMS such as login, logout, and retrieving and using tokens.",
"version": "3.1.0",
"version": "3.2.0",
"author": "Adobe",

@@ -6,0 +6,0 @@ "bugs": "https://github.com/adobe/aio-cli-plugin-auth/issues",

@@ -132,3 +132,3 @@ aio-cli-plugin-auth

_See code: [src/commands/auth/index.js](https://github.com/adobe/aio-cli-plugin-auth/blob/3.1.0/src/commands/auth/index.js)_
_See code: [src/commands/auth/index.js](https://github.com/adobe/aio-cli-plugin-auth/blob/3.2.0/src/commands/auth/index.js)_

@@ -237,3 +237,3 @@ ## `aio auth ctx`

-c, --ctx=<value> Name of the Adobe IMS context to use. Default is the current Adobe IMS context
-f, --force Invalidate the refresh token as well as all access tokens.
-f, --[no-]force Invalidate the refresh token as well as all access tokens.
Otherwise only the access token is invalidated. For Adobe IMS

@@ -240,0 +240,0 @@ contexts not supporting refresh tokens, this flag has no

@@ -96,4 +96,3 @@ /*

char: 'f',
description: 'Force logging in. This causes a forced logout on the context first and makes sure to not use any cached data when calling the plugin.',
default: false
description: 'Force logging in. This causes a forced logout on the context first and makes sure to not use any cached data when calling the plugin.'
}),

@@ -100,0 +99,0 @@ decode: Flags.boolean({

@@ -51,2 +51,4 @@ /*

char: 'f',
default: true,
allowNo: true,
description: `Invalidate the refresh token as well as all access tokens.

@@ -53,0 +55,0 @@ Otherwise only the access token is invalidated. For Adobe IMS