heroku 10.1.1-beta.0 → 10.2.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.
@@ -73,7 +73,7 @@ Logs.flags = {
73
73
  tail: command_1.flags.boolean({
74
74
  char: 't',
75
75
  default: false,
76
- description: 'continually stream logs (defaults to true for Fir generation apps)',
76
+ description: 'continually stream logs (always enabled for Fir-generation apps)',
77
77
  }),
78
78
  'process-type': command_1.flags.string({
79
79
  char: 'p',
@@ -93,8 +93,9 @@ Restore.flags = {
93
93
  extensions: command_1.flags.string({
94
94
  char: 'e',
95
95
  description: (0, tsheredoc_1.default)(`
96
- comma-separated list of extensions to pre-install in the public schema
97
- defaults to saving the latest database to DATABASE_URL
96
+ comma-separated list of extensions to pre-install in the default
97
+ public schema or an optional custom schema
98
+ (for example: hstore or myschema.hstore)
98
99
  `),
99
100
  }),
100
101
  verbose: command_1.flags.boolean({ char: 'v' }),