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/package.json b/package.json index 486eca33..4e36f1b3 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,8 @@ "version": "2.4.54", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", + "enableO11y": true, + "o11yUploadEndpoint": "https://794testsite.my.site.com/byolwr/webruntime/log/metrics", "dependencies": { "@oclif/core": "^4", "@salesforce/core": "^8.24.0", diff --git a/src/alias.ts b/src/alias.ts index 16f37b8d..bd710a24 100644 --- a/src/alias.ts +++ b/src/alias.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/alias/list.ts b/src/commands/alias/list.ts index 6ac6d81c..1b1f7e49 100644 --- a/src/commands/alias/list.ts +++ b/src/commands/alias/list.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/alias/set.ts b/src/commands/alias/set.ts index 74ffd987..20dca99e 100644 --- a/src/commands/alias/set.ts +++ b/src/commands/alias/set.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/alias/unset.ts b/src/commands/alias/unset.ts index b83a1de1..9737187e 100644 --- a/src/commands/alias/unset.ts +++ b/src/commands/alias/unset.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/config/get.ts b/src/commands/config/get.ts index fbd0920f..3d5576a5 100644 --- a/src/commands/config/get.ts +++ b/src/commands/config/get.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/config/list.ts b/src/commands/config/list.ts index d3740d68..319447cb 100644 --- a/src/commands/config/list.ts +++ b/src/commands/config/list.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/config/set.ts b/src/commands/config/set.ts index cde86f40..6960c854 100644 --- a/src/commands/config/set.ts +++ b/src/commands/config/set.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/config/unset.ts b/src/commands/config/unset.ts index cfd85591..9eb7a965 100644 --- a/src/commands/config/unset.ts +++ b/src/commands/config/unset.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/config.ts b/src/config.ts index 6703fc92..99a2c472 100644 --- a/src/config.ts +++ b/src/config.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/hooks/init/load_config_meta.ts b/src/hooks/init/load_config_meta.ts index 5bca2573..b893224c 100644 --- a/src/hooks/init/load_config_meta.ts +++ b/src/hooks/init/load_config_meta.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 3cbf49e6..124dde53 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/commands/alias/list.nut.ts b/test/commands/alias/list.nut.ts index 255726a6..7f12602b 100644 --- a/test/commands/alias/list.nut.ts +++ b/test/commands/alias/list.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/alias/list.test.ts b/test/commands/alias/list.test.ts index aaf28f91..963991b5 100644 --- a/test/commands/alias/list.test.ts +++ b/test/commands/alias/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/alias/set.nut.ts b/test/commands/alias/set.nut.ts index d3571b87..b02b8240 100644 --- a/test/commands/alias/set.nut.ts +++ b/test/commands/alias/set.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/alias/set.test.ts b/test/commands/alias/set.test.ts index c24a0f2f..5c954ff2 100644 --- a/test/commands/alias/set.test.ts +++ b/test/commands/alias/set.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/alias/unset.nut.ts b/test/commands/alias/unset.nut.ts index e9b0239c..3977fd1c 100644 --- a/test/commands/alias/unset.nut.ts +++ b/test/commands/alias/unset.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/alias/unset.test.ts b/test/commands/alias/unset.test.ts index b434c131..eb481613 100644 --- a/test/commands/alias/unset.test.ts +++ b/test/commands/alias/unset.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/config/get.nut.ts b/test/commands/config/get.nut.ts index 4f0c62fa..4b7d467b 100644 --- a/test/commands/config/get.nut.ts +++ b/test/commands/config/get.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/config/get.test.ts b/test/commands/config/get.test.ts index e12478a2..fa5b68a6 100644 --- a/test/commands/config/get.test.ts +++ b/test/commands/config/get.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/config/list.nut.ts b/test/commands/config/list.nut.ts index 6d98bd1d..a68d8ecb 100644 --- a/test/commands/config/list.nut.ts +++ b/test/commands/config/list.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/config/list.test.ts b/test/commands/config/list.test.ts index d0e0de48..7a85f5c6 100644 --- a/test/commands/config/list.test.ts +++ b/test/commands/config/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/config/set.nut.ts b/test/commands/config/set.nut.ts index 9c9d732b..1c8b2f33 100644 --- a/test/commands/config/set.nut.ts +++ b/test/commands/config/set.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/config/set.test.ts b/test/commands/config/set.test.ts index 592cdcda..0008829c 100644 --- a/test/commands/config/set.test.ts +++ b/test/commands/config/set.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/config/unset.nut.ts b/test/commands/config/unset.nut.ts index 0406eeb5..cd290a25 100644 --- a/test/commands/config/unset.nut.ts +++ b/test/commands/config/unset.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/config/unset.test.ts b/test/commands/config/unset.test.ts index f2205ac5..73af2515 100644 --- a/test/commands/config/unset.test.ts +++ b/test/commands/config/unset.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/config-meta-mocks/typescript-src/src/config-meta.ts b/test/config-meta-mocks/typescript-src/src/config-meta.ts index 248e5588..ec0da131 100644 --- a/test/config-meta-mocks/typescript-src/src/config-meta.ts +++ b/test/config-meta-mocks/typescript-src/src/config-meta.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/hooks/load_config_meta.test.ts b/test/hooks/load_config_meta.test.ts index d9415301..7b5cdecc 100644 --- a/test/hooks/load_config_meta.test.ts +++ b/test/hooks/load_config_meta.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/shared/removePath.ts b/test/shared/removePath.ts index a0638c11..b805d8e3 100644 --- a/test/shared/removePath.ts +++ b/test/shared/removePath.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.