diff --git a/CHANGELOG.md b/CHANGELOG.md index 32e9ba0d..a7274112 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.0.4](https://github.com/salesforcecli/plugin-user/compare/3.0.3...3.0.4) (2023-11-15) + +### Bug Fixes + +- updates from devScripts and core v6 ([8fdfa50](https://github.com/salesforcecli/plugin-user/commit/8fdfa500c5a5e31fb79b9f7ea4d6e0846814f631)) + ## [3.0.3](https://github.com/salesforcecli/plugin-user/compare/3.0.2...3.0.3) (2023-11-12) ### Bug Fixes diff --git a/README.md b/README.md index cc4ac63c..c38cdd2f 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ FLAGS -o, --on-behalf-of=... Comma-separated list of usernames or aliases to assign the password to; must have been created locally with the "org create user" command. -u, --target-org= (required) Scratch org alias or login user. - --api-version= Override the api version used for api requests made by this command + --api-version= Override the api version used for api requests made by this command GLOBAL FLAGS --json Format output as json. @@ -159,7 +159,7 @@ EXAMPLES user3@my.org ``` -_See code: [src/commands/force/user/password/generate.ts](https://github.com/salesforcecli/plugin-user/blob/3.0.3/src/commands/force/user/password/generate.ts)_ +_See code: [src/commands/force/user/password/generate.ts](https://github.com/salesforcecli/plugin-user/blob/3.0.4/src/commands/force/user/password/generate.ts)_ ## `sf org assign permset` @@ -173,7 +173,7 @@ FLAGS -b, --on-behalf-of=... Username or alias to assign the permission set to. -n, --name=... (required) Permission set to assign. -o, --target-org= (required) Scratch org alias or login user. - --api-version= Override the api version used for api requests made by this command + --api-version= Override the api version used for api requests made by this command GLOBAL FLAGS --json Format output as json. @@ -202,7 +202,7 @@ EXAMPLES $ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user ``` -_See code: [src/commands/org/assign/permset.ts](https://github.com/salesforcecli/plugin-user/blob/3.0.3/src/commands/org/assign/permset.ts)_ +_See code: [src/commands/org/assign/permset.ts](https://github.com/salesforcecli/plugin-user/blob/3.0.4/src/commands/org/assign/permset.ts)_ ## `sf org assign permsetlicense` @@ -216,7 +216,7 @@ FLAGS -b, --on-behalf-of=... Usernames or alias to assign the permission set license to. -n, --name= (required) Name of the permission set license to assign. -o, --target-org= (required) Scratch org alias or login user. - --api-version= Override the api version used for api requests made by this command + --api-version= Override the api version used for api requests made by this command GLOBAL FLAGS --json Format output as json. @@ -246,7 +246,7 @@ EXAMPLES user3 ``` -_See code: [src/commands/org/assign/permsetlicense.ts](https://github.com/salesforcecli/plugin-user/blob/3.0.3/src/commands/org/assign/permsetlicense.ts)_ +_See code: [src/commands/org/assign/permsetlicense.ts](https://github.com/salesforcecli/plugin-user/blob/3.0.4/src/commands/org/assign/permsetlicense.ts)_ ## `sf org create user` @@ -262,7 +262,7 @@ FLAGS -o, --target-org= (required) Username or alias of the target org. -s, --set-unique-username Force the username, if specified in the definition file or at the command line, to be unique by appending the org ID. - --api-version= Override the api version used for api requests made by this command + --api-version= Override the api version used for api requests made by this command GLOBAL FLAGS --json Format output as json. @@ -344,7 +344,7 @@ FLAG DESCRIPTIONS might be different than what you specify in the definition file. ``` -_See code: [src/commands/org/create/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.0.3/src/commands/org/create/user.ts)_ +_See code: [src/commands/org/create/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.0.4/src/commands/org/create/user.ts)_ ## `sf org display user` @@ -355,8 +355,8 @@ USAGE $ sf org display user -o [--json] [--api-version ] FLAGS - -o, --target-org= (required) Username or alias of the target org. - --api-version= Override the api version used for api requests made by this command + -o, --target-org= (required) Username or alias of the target org. + --api-version= Override the api version used for api requests made by this command GLOBAL FLAGS --json Format output as json. @@ -381,7 +381,7 @@ EXAMPLES $ sf org display user --target-org me@my.org --json ``` -_See code: [src/commands/org/display/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.0.3/src/commands/org/display/user.ts)_ +_See code: [src/commands/org/display/user.ts](https://github.com/salesforcecli/plugin-user/blob/3.0.4/src/commands/org/display/user.ts)_ ## `sf org generate password` @@ -399,7 +399,7 @@ FLAGS -l, --length= [default: 13] Number of characters in the generated password; valid values are between 8 and 100. -o, --target-org= (required) Username or alias of the target org. - --api-version= Override the api version used for api requests made by this command + --api-version= Override the api version used for api requests made by this command GLOBAL FLAGS --json Format output as json. @@ -445,7 +445,7 @@ EXAMPLES $ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org ``` -_See code: [src/commands/org/generate/password.ts](https://github.com/salesforcecli/plugin-user/blob/3.0.3/src/commands/org/generate/password.ts)_ +_See code: [src/commands/org/generate/password.ts](https://github.com/salesforcecli/plugin-user/blob/3.0.4/src/commands/org/generate/password.ts)_ ## `sf org list users` @@ -456,8 +456,8 @@ USAGE $ sf org list users -o [--json] [--api-version ] FLAGS - -o, --target-org= (required) Username or alias of the target org. - --api-version= Override the api version used for api requests made by this command + -o, --target-org= (required) Username or alias of the target org. + --api-version= Override the api version used for api requests made by this command GLOBAL FLAGS --json Format output as json. @@ -481,6 +481,6 @@ EXAMPLES $ sf org list users --target-org me@my.org ``` -_See code: [src/commands/org/list/users.ts](https://github.com/salesforcecli/plugin-user/blob/3.0.3/src/commands/org/list/users.ts)_ +_See code: [src/commands/org/list/users.ts](https://github.com/salesforcecli/plugin-user/blob/3.0.4/src/commands/org/list/users.ts)_ diff --git a/package.json b/package.json index 32da3fbc..4aa3f175 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-user", "description": "Commands to interact with Users and Permission Sets", - "version": "3.0.3", + "version": "3.0.4", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {