Skip to content

Commit

Permalink
add expiration days
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed May 4, 2018
1 parent 1b6eae2 commit ed265a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/commands/shane/heroku/repo/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ export default class GithubPackageInstall extends SfdxCommand {
overrides: {char: 'o', description: 'an array of key-value pairs, like SOME_VAR="some Value" (use quotes where string have spaces!)'},
envUser: {description: 'grab the default scratch org username and set it to this Heroku environment var'},
envPassword: { description: 'grab the default scratch org password and set it to this Heroku environment var' },
team: {char: 't', description: 'assign this new app to an existing heroku team'}
team: {char: 't', description: 'assign this new app to an existing heroku team'},
days: {char: 'd', description: 'days you want the heroku app to live (does nothing locally)'}
// branch: flags.string({ char: 'b', description: 'optional branch' })
};

Expand Down

0 comments on commit ed265a5

Please sign in to comment.