@ -144,7 +144,9 @@ async function list({ token, config: { currentTeam, user } }) {
returnMath.max(acc,(i.url&&i.url.length)||0)
},0)+5
consttimeNow=newDate()
console.log(`> ${deployments.length} deployment${deployments.length===1?'':'s'} found under ${chalk.bold((currentTeam&¤tTeam.slug)||user.username||user.email)}${chalk.grey('['+ms(timeNow-start)+']')}`)
console.log(
`> ${deployments.length} deployment${deployments.length===1?'':'s'} found under ${chalk.bold((currentTeam&¤tTeam.slug)||user.username||user.email)}${chalk.grey('['+ms(timeNow-start)+']')}`
)
letshouldShowAllInfo=false
for(constappofapps){
@ -158,12 +160,16 @@ async function list({ token, config: { currentTeam, user } }) {
}
}
if(!argv.all&&shouldShowAllInfo){
console.log(`> To expand the list and see instances run ${chalk.cyan('`now ls --all [app]`')}`)
console.log(
`> To expand the list and see instances run ${chalk.cyan('`now ls --all [app]`')}`