Skip to content

Commit

Permalink
2.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Aug 16, 2018
1 parent 57763c7 commit 0432805
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ const chalk = require('chalk')

module.exports = function header(context) {
const title = chalk.cyanBright.bold.underline('Netlify CLI')
const nextWarning = chalk.cyanBright.bold.underline('***ALPHA RELEASE: Not feature complete***')
const docsMsg = `${chalk.greenBright('Read the docs:')} https://cli.netlify.com`
const forumMsg = `${chalk.yellowBright('Discuss on the forums:')} https://gitter.netlify.com`
if (!context.id) {
console.log()
console.log(`${title}`)
console.log(nextWarning)
console.log(docsMsg)
console.log(forumMsg)
console.log()
Expand Down

0 comments on commit 0432805

Please sign in to comment.