diff --git a/src/commands/builds/index.ts b/src/commands/builds/index.ts index 3c4b54e..8304373 100644 --- a/src/commands/builds/index.ts +++ b/src/commands/builds/index.ts @@ -20,6 +20,7 @@ export default class Index extends Command { const {flags} = await this.parse(Index) const {app, num} = flags const {body: builds} = await this.heroku.get(`/apps/${app}/builds`, { + partial: true, headers: {Range: `created_at ..; max=${num || 15}, order=desc`}, }) ux.styledHeader(`${app} Builds`)