heroku 9.5.0-beta.0 → 9.5.1-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -56,19 +56,11 @@ class Create extends command_1.Command {
56
56
  process.stderr.write(` ${color_1.default.yellow('›')} See https://devcenter.heroku.com/changelog-items/2925 for more info.\n`);
57
57
  }
58
58
  if (isInferenceAddon) {
59
- core_1.ux.warn('\n\nThis pilot feature is a Beta Service. You may opt to try such Beta Service in your sole discretion. ' +
60
- 'Any use of the Beta Service is subject to the applicable Beta Services Terms provided at ' +
61
- 'https://www.salesforce.com/company/legal/customer-agreements/. While use of the pilot feature itself is free, ' +
62
- 'to the extent such use consumes a generally available Service, you may be charged for that consumption as set ' +
63
- 'forth in the Documentation. Your continued use of this pilot feature constitutes your acceptance of the foregoing.\n\n' +
64
- 'For clarity and without limitation, the various third-party machine learning and generative artificial intelligence ' +
65
- '(AI) models and applications (each a “Platform”) integrated with the Beta Service are Non-SFDC Applications, ' +
66
- 'as that term is defined in the Beta Services Terms. Note that these third-party Platforms include features that use ' +
67
- 'generative AI technology. Due to the nature of generative AI, the output that a Platform generates may be ' +
68
- 'unpredictable, and may include inaccurate or harmful responses. Before using any generative AI output, Customer is ' +
69
- 'solely responsible for reviewing the output for accuracy, safety, and compliance with applicable laws and third-party ' +
70
- 'acceptable use policies. In addition, Customer’s use of each Platform may be subject to the Platform’s own terms and ' +
71
- 'conditions, compliance with which Customer is solely responsible.\n');
59
+ core_1.ux.warn((0, tsheredoc_1.default) `
60
+ Heroku Managed Inference and Agent is a pilot or beta service that is subject to the Beta Services Terms at https://www.salesforce.com/company/legal/customer-agreements/ or a written Unified Pilot Agreement if executed by Customer, and the Non-GA Gen AI and Non-GA Credit Consumption terms in the Product Terms Directory at https://ptd.salesforce.com/?_ga=2.247987783.1372150065.1709219475-629000709.1639001992. While use of this pilot or beta service is itself free, such use may consume GA Heroku credits and/or resources for which the Customer may have paid or be charged. Use of this pilot or beta is at the Customer's sole discretion.
61
+
62
+ For clarity and without limitation, the various third-party machine learning and generative artificial intelligence (AI) models and applications (each a “Platform”) integrated with the Beta Service are Non-SFDC Applications, as that term is defined in the Beta Services Terms. Note that these third-party Platforms include features that use generative AI technology. Due to the nature of generative AI, the output that a Platform generates may be unpredictable, and may include inaccurate or harmful responses. Before using any generative AI output, Customer is solely responsible for reviewing the output for accuracy, safety, and compliance with applicable laws and third-party acceptable use policies. In addition, Customer’s use of each Platform may be subject to the Platform’s own terms and conditions, compliance with which Customer is solely responsible.
63
+ `);
72
64
  }
73
65
  const config = parseConfig(argv);
74
66
  let addon;
@@ -36,7 +36,7 @@ GitRemote.example = `# set git remote heroku to https://git.heroku.com/example.g
36
36
  $ heroku git:remote -a example
37
37
 
38
38
  # set git remote heroku-staging to https://git.heroku.com/example.git
39
- $ heroku git:remote --remote heroku-staging -a example`;
39
+ $ heroku git:remote --remote heroku-staging -a example-staging`;
40
40
  GitRemote.flags = {
41
41
  app: command_1.flags.string({ char: 'a', description: 'the Heroku app to use' }),
42
42
  remote: command_1.flags.string({ char: 'r', description: 'the git remote to create' }),
@@ -43,7 +43,7 @@ const provider = new NodeTracerProvider({
43
43
  });
44
44
  const headers = { Authorization: `Bearer ${process.env.IS_HEROKU_TEST_ENV !== 'true' ? getToken() : ''}` };
45
45
  const exporter = new OTLPTraceExporter({
46
- url: isDev ? 'https://backboard-staging.herokuapp.com/otel/v1/traces' : 'https://backboard.heroku.com/otel/v1/traces',
46
+ url: isDev ? 'https://backboard.staging.herokudev.com/otel/v1/traces' : 'https://backboard.heroku.com/otel/v1/traces',
47
47
  headers,
48
48
  compression: 'none',
49
49
  });
@@ -5230,7 +5230,7 @@
5230
5230
  "aliases": [],
5231
5231
  "args": {},
5232
5232
  "description": "adds a git remote to an app repo\nextra arguments will be passed to git remote add\n",
5233
- "examples": "# set git remote heroku to https://git.heroku.com/example.git\n $ heroku git:remote -a example\n\n # set git remote heroku-staging to https://git.heroku.com/example.git\n $ heroku git:remote --remote heroku-staging -a example",
5233
+ "examples": "# set git remote heroku to https://git.heroku.com/example.git\n $ heroku git:remote -a example\n\n # set git remote heroku-staging to https://git.heroku.com/example.git\n $ heroku git:remote --remote heroku-staging -a example-staging",
5234
5234
  "flags": {
5235
5235
  "app": {
5236
5236
  "char": "a",
@@ -5256,7 +5256,7 @@
5256
5256
  "pluginName": "heroku",
5257
5257
  "pluginType": "core",
5258
5258
  "strict": false,
5259
- "example": "# set git remote heroku to https://git.heroku.com/example.git\n $ heroku git:remote -a example\n\n # set git remote heroku-staging to https://git.heroku.com/example.git\n $ heroku git:remote --remote heroku-staging -a example",
5259
+ "example": "# set git remote heroku to https://git.heroku.com/example.git\n $ heroku git:remote -a example\n\n # set git remote heroku-staging to https://git.heroku.com/example.git\n $ heroku git:remote --remote heroku-staging -a example-staging",
5260
5260
  "isESM": false,
5261
5261
  "relativePath": [
5262
5262
  "lib",
@@ -14096,5 +14096,5 @@
14096
14096
  ]
14097
14097
  }
14098
14098
  },
14099
- "version": "9.5.0-beta.0"
14099
+ "version": "9.5.1-alpha.0"
14100
14100
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "heroku",
3
3
  "description": "CLI to interact with Heroku",
4
- "version": "9.5.0-beta.0",
4
+ "version": "9.5.1-alpha.0",
5
5
  "author": "Heroku",
6
6
  "bin": "./bin/run",
7
7
  "bugs": "https://github.com/heroku/cli/issues",
@@ -391,5 +391,5 @@
391
391
  "version": "oclif readme --multi && git add README.md ../../docs"
392
392
  },
393
393
  "types": "lib/index.d.ts",
394
- "gitHead": "1c940f46a5410c903b5aef2088f705212d2d994b"
394
+ "gitHead": "74649bca7ccfd273e2ea9270b64be9928b4da8b1"
395
395
  }