Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Oct 20, 2017
1 parent 01bc90f commit eaaeaaf
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 15 deletions.
2 changes: 1 addition & 1 deletion cli/packages/graphcool-cli-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphcool-cli-core",
"version": "1.4.8",
"version": "1.4.10",
"main": "dist/index.js",
"files": [
"dist"
Expand Down
13 changes: 4 additions & 9 deletions cli/packages/graphcool-cli-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ export const groups = [
key: 'general',
name: 'General commands'
},
{
key: 'data',
name: 'Data workflows'
},
// {
// key: 'data',
// name: 'Data workflows'
// },
{
key: 'local',
name: 'Local development'
Expand Down Expand Up @@ -60,11 +60,6 @@ export const topics = [
group: 'general'
},
{ name: 'add-template', description: 'Add template a new template', group: 'general' },
{
name: 'export',
description: 'Export service data',
group: 'data'
},
{
name: 'invoke-local',
description: 'Invokes a function locally',
Expand Down
2 changes: 1 addition & 1 deletion cli/packages/graphcool-cli-engine/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/packages/graphcool-cli-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphcool-cli-engine",
"version": "0.1.3",
"version": "0.1.4",
"main": "dist/index.js",
"files": [
"dist"
Expand Down
6 changes: 3 additions & 3 deletions cli/packages/graphcool-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphcool",
"version": "0.8.0-alpha.9",
"version": "0.8.0",
"main": "dist/index.js",
"bin": {
"graphcool": "dist/index.js",
Expand Down Expand Up @@ -49,8 +49,8 @@
},
"dependencies": {
"fs-extra": "^4.0.1",
"graphcool-cli-core": "1.4.8",
"graphcool-cli-engine": "0.1.3",
"graphcool-cli-core": "1.4.10",
"graphcool-cli-engine": "0.1.4",
"semver": "^5.4.1",
"source-map-support": "^0.4.18"
},
Expand Down

0 comments on commit eaaeaaf

Please sign in to comment.