diff --git a/LICENSE.txt b/LICENSE.txt index ca35d0df..1aeebc57 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ Apache License Version 2.0 -Copyright (c) 2025 Salesforce, Inc. +Copyright (c) 2026 Salesforce, Inc. All rights reserved. Apache License diff --git a/messages/create.md b/messages/create.md index 69bea543..6472d9ad 100644 --- a/messages/create.md +++ b/messages/create.md @@ -6,7 +6,7 @@ Create a user for a scratch org. A scratch org includes one administrator user by default. For testing purposes, however, you sometimes need to create additional users. -The easiest way to create a user is to let this command assign default or generated characteristics to the new user. If you want to customize your new user, create a definition file and specify it with the --definition-file flag. In the file, you can include all the User sObject (SSalesforce object) fields and Salesforce DX-specific options, as described in "User Definition File for Customizing a Scratch Org User" (https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_scratch_orgs_users_def_file.htm). You can also specify these options on the command line. +The easiest way to create a user is to let this command assign default or generated characteristics to the new user. If you want to customize your new user, create a definition file and specify it with the --definition-file flag. In the file, you can include all the User sObject (Salesforce object) fields and Salesforce DX-specific options, as described in "User Definition File for Customizing a Scratch Org User" (https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_scratch_orgs_users_def_file.htm). You can also specify these options on the command line. If you don't customize your new user, this command creates a user with the following default characteristics: diff --git a/src/baseCommands/user/password/generate.ts b/src/baseCommands/user/password/generate.ts index 68a41dff..3cf483e2 100644 --- a/src/baseCommands/user/password/generate.ts +++ b/src/baseCommands/user/password/generate.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/baseCommands/user/permset/assign.ts b/src/baseCommands/user/permset/assign.ts index 20efc3ef..2dabac50 100644 --- a/src/baseCommands/user/permset/assign.ts +++ b/src/baseCommands/user/permset/assign.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/baseCommands/user/permsetlicense/assign.ts b/src/baseCommands/user/permsetlicense/assign.ts index 83f7d298..30cd9704 100644 --- a/src/baseCommands/user/permsetlicense/assign.ts +++ b/src/baseCommands/user/permsetlicense/assign.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commands/force/user/password/generate.ts b/src/commands/force/user/password/generate.ts index 2cf10664..99767aee 100644 --- a/src/commands/force/user/password/generate.ts +++ b/src/commands/force/user/password/generate.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commands/force/user/permset/assign.ts b/src/commands/force/user/permset/assign.ts index f4e65382..4745f3c4 100644 --- a/src/commands/force/user/permset/assign.ts +++ b/src/commands/force/user/permset/assign.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commands/force/user/permsetlicense/assign.ts b/src/commands/force/user/permsetlicense/assign.ts index c2b5a253..701a0d5d 100644 --- a/src/commands/force/user/permsetlicense/assign.ts +++ b/src/commands/force/user/permsetlicense/assign.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commands/org/assign/permset.ts b/src/commands/org/assign/permset.ts index d8afd08f..2fdbac77 100644 --- a/src/commands/org/assign/permset.ts +++ b/src/commands/org/assign/permset.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commands/org/assign/permsetlicense.ts b/src/commands/org/assign/permsetlicense.ts index 4a586d9b..c807a659 100644 --- a/src/commands/org/assign/permsetlicense.ts +++ b/src/commands/org/assign/permsetlicense.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commands/org/create/user.ts b/src/commands/org/create/user.ts index 24b38176..19a62299 100644 --- a/src/commands/org/create/user.ts +++ b/src/commands/org/create/user.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commands/org/display/user.ts b/src/commands/org/display/user.ts index 5655f610..8c75e429 100644 --- a/src/commands/org/display/user.ts +++ b/src/commands/org/display/user.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commands/org/generate/password.ts b/src/commands/org/generate/password.ts index 9c5aee06..74d84128 100644 --- a/src/commands/org/generate/password.ts +++ b/src/commands/org/generate/password.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commands/org/list/users.ts b/src/commands/org/list/users.ts index cc25b462..68b4ab9a 100644 --- a/src/commands/org/list/users.ts +++ b/src/commands/org/list/users.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/index.ts b/src/index.ts index 711be5d1..a9d99ece 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/allCommands.nut.ts b/test/allCommands.nut.ts index 42584896..7f3591a2 100644 --- a/test/allCommands.nut.ts +++ b/test/allCommands.nut.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/allCommandsNoJSON.nut.ts b/test/allCommandsNoJSON.nut.ts index 2b9df4ec..4b596fdf 100644 --- a/test/allCommandsNoJSON.nut.ts +++ b/test/allCommandsNoJSON.nut.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/create.nut.ts b/test/commands/create.nut.ts index d248dff4..6632aec1 100644 --- a/test/commands/create.nut.ts +++ b/test/commands/create.nut.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/create.test.ts b/test/commands/create.test.ts index c3f52374..2d64fa89 100644 --- a/test/commands/create.test.ts +++ b/test/commands/create.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/display.test.ts b/test/commands/display.test.ts index e2e95cc0..ae2be7a7 100644 --- a/test/commands/display.test.ts +++ b/test/commands/display.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/list.test.ts b/test/commands/list.test.ts index aed80b0b..117a4797 100644 --- a/test/commands/list.test.ts +++ b/test/commands/list.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/password/generate.test.ts b/test/commands/password/generate.test.ts index 3f27417f..68cd3dab 100644 --- a/test/commands/password/generate.test.ts +++ b/test/commands/password/generate.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/permset/assign.test.ts b/test/commands/permset/assign.test.ts index d9cede55..b510f41c 100644 --- a/test/commands/permset/assign.test.ts +++ b/test/commands/permset/assign.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/permsetlicense/assign.nut.ts b/test/commands/permsetlicense/assign.nut.ts index 430b26df..85e14d9c 100644 --- a/test/commands/permsetlicense/assign.nut.ts +++ b/test/commands/permsetlicense/assign.nut.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/permsetlicense/assign.test.ts b/test/commands/permsetlicense/assign.test.ts index 6cd1c473..8b65b1fc 100644 --- a/test/commands/permsetlicense/assign.test.ts +++ b/test/commands/permsetlicense/assign.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/forceCommands.nut.ts b/test/forceCommands.nut.ts index 78662db9..58615b48 100644 --- a/test/forceCommands.nut.ts +++ b/test/forceCommands.nut.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.