Skip to content

Commit

Permalink
Fix prod dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Aug 17, 2018
1 parent 0432805 commit 6a462dc
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $ npm install -g netlify-cli
$ netlify-cli COMMAND
running command...
$ netlify-cli (-v|--version|version)
netlify-cli/0.0.0 darwin-x64 node-v10.4.1
netlify-cli/2.0.0-alpha.2 darwin-x64 node-v10.8.0
$ netlify-cli --help [COMMAND]
USAGE
$ netlify-cli COMMAND
Expand Down
5 changes: 4 additions & 1 deletion docs/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ USAGE
ARGUMENTS
PUBLISHFOLDER folder to deploy (optional)
OPTIONS
--functions=functions
```

_See code: [src/commands/deploy.js](https://github.com/netlify/cli/blob/v0.0.0/src/commands/deploy.js)_
_See code: [src/commands/deploy/index.js](https://github.com/netlify/cli/blob/v2.0.0-alpha.2/src/commands/deploy/index.js)_
2 changes: 1 addition & 1 deletion docs/link.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ EXAMPLES
$ netlify init --name my-site-name
```

_See code: [src/commands/link.js](https://github.com/netlify/cli/blob/v0.0.0/src/commands/link.js)_
_See code: [src/commands/link/index.js](https://github.com/netlify/cli/blob/v2.0.0-alpha.2/src/commands/link/index.js)_
2 changes: 1 addition & 1 deletion docs/login.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ USAGE
$ netlify-cli login
```

_See code: [src/commands/login.js](https://github.com/netlify/cli/blob/v0.0.0/src/commands/login.js)_
_See code: [src/commands/login/index.js](https://github.com/netlify/cli/blob/v2.0.0-alpha.2/src/commands/login/index.js)_
2 changes: 1 addition & 1 deletion docs/logout.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ USAGE
$ netlify-cli logout
```

_See code: [src/commands/logout.js](https://github.com/netlify/cli/blob/v0.0.0/src/commands/logout.js)_
_See code: [src/commands/logout/index.js](https://github.com/netlify/cli/blob/v2.0.0-alpha.2/src/commands/logout/index.js)_
12 changes: 6 additions & 6 deletions docs/sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ EXAMPLES
$ netlify sites:list
```

_See code: [src/commands/sites.js](https://github.com/netlify/cli/blob/v0.0.0/src/commands/sites.js)_
_See code: [src/commands/sites/index.js](https://github.com/netlify/cli/blob/v2.0.0-alpha.2/src/commands/sites/index.js)_

## `netlify-cli sites:create`

Expand All @@ -47,7 +47,7 @@ DESCRIPTION
Extra documentation goes here
```

_See code: [src/commands/sites/create.js](https://github.com/netlify/cli/blob/v0.0.0/src/commands/sites/create.js)_
_See code: [src/commands/sites/create/index.js](https://github.com/netlify/cli/blob/v2.0.0-alpha.2/src/commands/sites/create/index.js)_

## `netlify-cli sites:delete SITEID`

Expand All @@ -71,7 +71,7 @@ EXAMPLE
$ netlify site:delete 123-432621211
```

_See code: [src/commands/sites/delete.js](https://github.com/netlify/cli/blob/v0.0.0/src/commands/sites/delete.js)_
_See code: [src/commands/sites/delete/index.js](https://github.com/netlify/cli/blob/v2.0.0-alpha.2/src/commands/sites/delete/index.js)_

## `netlify-cli sites:list`

Expand All @@ -86,7 +86,7 @@ DESCRIPTION
Extra documentation goes here
```

_See code: [src/commands/sites/list.js](https://github.com/netlify/cli/blob/v0.0.0/src/commands/sites/list.js)_
_See code: [src/commands/sites/list/index.js](https://github.com/netlify/cli/blob/v2.0.0-alpha.2/src/commands/sites/list/index.js)_

## `netlify-cli sites:update`

Expand All @@ -104,7 +104,7 @@ DESCRIPTION
Extra documentation goes here
```

_See code: [src/commands/sites/update.js](https://github.com/netlify/cli/blob/v0.0.0/src/commands/sites/update.js)_
_See code: [src/commands/sites/update/index.js](https://github.com/netlify/cli/blob/v2.0.0-alpha.2/src/commands/sites/update/index.js)_

## `netlify-cli sites:watch`

Expand All @@ -119,4 +119,4 @@ DESCRIPTION
Extra documentation goes here
```

_See code: [src/commands/sites/watch.js](https://github.com/netlify/cli/blob/v0.0.0/src/commands/sites/watch.js)_
_See code: [src/commands/sites/watch/index.js](https://github.com/netlify/cli/blob/v2.0.0-alpha.2/src/commands/sites/watch/index.js)_
2 changes: 1 addition & 1 deletion docs/status.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ USAGE
$ netlify-cli status
```

_See code: [src/commands/status.js](https://github.com/netlify/cli/blob/v0.0.0/src/commands/status.js)_
_See code: [src/commands/status/index.js](https://github.com/netlify/cli/blob/v2.0.0-alpha.2/src/commands/status/index.js)_
2 changes: 1 addition & 1 deletion docs/unlink.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ USAGE
$ netlify-cli unlink
```

_See code: [src/commands/unlink.js](https://github.com/netlify/cli/blob/v0.0.0/src/commands/unlink.js)_
_See code: [src/commands/unlink/index.js](https://github.com/netlify/cli/blob/v2.0.0-alpha.2/src/commands/unlink/index.js)_
15 changes: 11 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "netlify-cli",
"description": "CLI to interact with Netlify",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"author": "Netlify Inc.",
"contributors": [
"Mathias Biilmann <matt@netlify.com> (https://twitter.com/biilmann)",
Expand All @@ -20,9 +20,12 @@
"test": "run-s test:*",
"test:ava": "nyc --reporter=lcov ava --verbose && nyc report",
"test:lint": "eslint src",
"test:deps": "dependency-check ./package.json --entry 'src/**/!(*.test).js' --unused --missing --no-dev --no-peer -i @oclif/plugin-help -i @oclif/plugin-not-found",
"test:deps": "dependency-check ./package.json --entry 'src/**/!(*.test).js' --unused --missing --no-dev --no-peer -i @oclif/plugin-not-found -i @oclif/config -i @oclif/plugin-help",
"watch": "run-p watch:*",
"watch:ava": "nyc --reporter=lcov ava --watch"
"watch:ava": "nyc --reporter=lcov ava --watch",
"prepack": "oclif-dev manifest && oclif-dev readme && npm shrinkwrap",
"postpack": "rm -f oclif.manifest.json npm-shrinkwrap.json",
"version": "oclif-dev readme && git add README.md"
},
"ava": {
"files": [
Expand All @@ -45,8 +48,10 @@
"@iarna/toml": "^1.7.1",
"@netlify/open-api": "^0.1.1",
"@oclif/command": "^1",
"@oclif/config": "^1",
"@oclif/errors": "^1.1.2",
"@oclif/plugin-not-found": "^1.1.0",
"@oclif/plugin-help": "^2",
"@oclif/plugin-not-found": "^1.1.4",
"ascii-table": "0.0.9",
"chalk": "^2.4.1",
"clean-deep": "^3.0.2",
Expand Down Expand Up @@ -106,6 +111,8 @@
},
"files": [
"/bin",
"/npm-shrinkwrap.json",
"/oclif.manifest.json",
"/src"
],
"homepage": "https://github.com/netlify/cli",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ 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 nextWarning = chalk.redBright.bold('***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) {
Expand Down

0 comments on commit 6a462dc

Please sign in to comment.