Comparing version 0.6.1 to 0.7.0
@@ -1,1 +0,1 @@ | ||
{"version":"0.6.1","commands":{"console":{"id":"console","description":"Open the Slicknode console","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"env":{"name":"env","type":"option","char":"e","description":"The configured environment name"}},"args":[]},"delete":{"id":"delete","description":"Delete the current project deployment from the slicknode servers.","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"force":{"name":"force","type":"boolean","char":"f","description":"Force the deletion without asking for confirmation","allowNo":false},"env":{"name":"env","type":"option","char":"e","description":"The environment to delete"}},"args":[]},"deploy":{"id":"deploy","description":"Deploy the current project state to the slicknode servers","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"env":{"name":"env","type":"option","char":"e","description":"The configured environment name"},"name":{"name":"name","type":"option","char":"n","description":"The name of the project as displayed in the console","required":false},"force":{"name":"force","type":"boolean","char":"f","description":"Force the deployment without asking for confirmation","allowNo":false},"account":{"name":"account","type":"option","char":"a","description":"The account identifier where the project should be deployed","required":false},"alias":{"name":"alias","type":"option","description":"The alias of the project which is part of the endpoint URL"}},"args":[]},"endpoint":{"id":"endpoint","description":"Return the GraphQL API endpoint","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"env":{"name":"env","type":"option","char":"e","description":"The configured environment name"}},"args":[]},"init":{"id":"init","description":"Create a new Slicknode project","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"name":{"name":"name","type":"option","char":"n","description":"The name of the project as displayed in the console"},"alias":{"name":"alias","type":"option","char":"a","description":"The alias of the project which is part of the endpoint URL"},"account":{"name":"account","type":"option","description":"The identifier of the account where the project should be deployed"}},"args":[{"name":"name","description":"The name of the project"}]},"login":{"id":"login","description":"Login to a slicknode account / change user","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"}},"args":[]},"playground":{"id":"playground","description":"Open the GraphiQL API Playground","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"env":{"name":"env","type":"option","char":"e","description":"The configured environment name"}},"args":[]},"pull":{"id":"pull","description":"Pull the latest changes from the server","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"env":{"name":"env","type":"option","char":"e","description":"The configured environment name"}},"args":[]},"scale":{"id":"scale","description":"Scale the cloud infrastructure of the project","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"env":{"name":"env","type":"option","char":"e","description":"The configured environment name"},"api":{"name":"api","type":"option","description":"The number of API instances to run in the cloud, expressed as a range (2-5) for automatically scaled elastic deployments or a simple number (5)for fixed deployments."},"runtime":{"name":"runtime","type":"option","description":"The number of runtime instances to run in the cloud, expressed as a range (2-5) for automatically scaled elastic deployments or a simple number (5)for fixed deployments."}},"args":[]},"status":{"id":"status","description":"Show information about the current project status (changes, warnings etc.)","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"env":{"name":"env","type":"option","char":"e","description":"The configured environment name"}},"args":[]},"config:get":{"id":"config:get","description":"Returns the configuration value for a setting","pluginName":"slicknode","pluginType":"core","aliases":[],"examples":["$ slicknode config:get endpoint\n"],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"}},"args":[{"name":"name","required":true,"options":["endpoint"]}]},"config:set":{"id":"config:set","description":"Sets the configuration value for a setting","pluginName":"slicknode","pluginType":"core","aliases":[],"examples":["$ slicknode config:set NAME VALUE\n"],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"}},"args":[{"name":"name","required":true,"options":["endpoint"]},{"name":"value","required":true}]},"module:add":{"id":"module:add","description":"Add modules as a dependency to the project","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"}},"args":[{"name":"[names]","description":"The names of the modules to add","required":true}]},"module:create":{"id":"module:create","description":"Creates a new module","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"namespace":{"name":"namespace","type":"option","char":"n","description":"The namespace of the module","required":false},"label":{"name":"label","type":"option","char":"l","description":"The label as displayed in the admin interface","required":false}},"args":[{"name":"name","description":"The name of the module","required":true}]},"runtime:build":{"id":"runtime:build","description":"Builds the source package for the runtime to be deployed","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"env":{"name":"env","type":"option","char":"e","description":"The configured environment name"},"force":{"name":"force","type":"boolean","char":"f","description":"Delete output directory without confirmation if exists","allowNo":false}},"args":[{"name":"output","description":"The target output directory or file of the built source bundle"}]}}} | ||
{"version":"0.7.0","commands":{"console":{"id":"console","description":"Open the Slicknode console","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"env":{"name":"env","type":"option","char":"e","description":"The configured environment name"}},"args":[]},"delete":{"id":"delete","description":"Delete the current project deployment from the slicknode servers.","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"force":{"name":"force","type":"boolean","char":"f","description":"Force the deletion without asking for confirmation","allowNo":false},"env":{"name":"env","type":"option","char":"e","description":"The environment to delete"}},"args":[]},"deploy":{"id":"deploy","description":"Deploy the current project state to the slicknode servers","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"env":{"name":"env","type":"option","char":"e","description":"The configured environment name"},"name":{"name":"name","type":"option","char":"n","description":"The name of the project as displayed in the console","required":false},"force":{"name":"force","type":"boolean","char":"f","description":"Force the deployment without asking for confirmation","allowNo":false},"account":{"name":"account","type":"option","char":"a","description":"The account identifier where the project should be deployed","required":false},"alias":{"name":"alias","type":"option","description":"The alias of the project which is part of the endpoint URL"}},"args":[]},"endpoint":{"id":"endpoint","description":"Return the GraphQL API endpoint","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"env":{"name":"env","type":"option","char":"e","description":"The configured environment name"}},"args":[]},"init":{"id":"init","description":"Create a new Slicknode project","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"name":{"name":"name","type":"option","char":"n","description":"The name of the project as displayed in the console"},"alias":{"name":"alias","type":"option","char":"a","description":"The alias of the project which is part of the endpoint URL"},"account":{"name":"account","type":"option","description":"The identifier of the account where the project should be deployed"}},"args":[{"name":"name","description":"The name of the project"}]},"login":{"id":"login","description":"Login to a slicknode account / change user","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"}},"args":[]},"playground":{"id":"playground","description":"Open the GraphiQL API Playground","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"env":{"name":"env","type":"option","char":"e","description":"The configured environment name"}},"args":[]},"pull":{"id":"pull","description":"Pull the latest changes from the server","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"env":{"name":"env","type":"option","char":"e","description":"The configured environment name"}},"args":[]},"scale":{"id":"scale","description":"Scale the cloud infrastructure of the project","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"env":{"name":"env","type":"option","char":"e","description":"The configured environment name"},"api":{"name":"api","type":"option","description":"The number of API instances to run in the cloud, expressed as a range (2-5) for automatically scaled elastic deployments or a simple number (5)for fixed deployments."},"runtime":{"name":"runtime","type":"option","description":"The number of runtime instances to run in the cloud, expressed as a range (2-5) for automatically scaled elastic deployments or a simple number (5)for fixed deployments."}},"args":[]},"status":{"id":"status","description":"Show information about the current project status (changes, warnings etc.)","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"env":{"name":"env","type":"option","char":"e","description":"The configured environment name"}},"args":[]},"config:get":{"id":"config:get","description":"Returns the configuration value for a setting","pluginName":"slicknode","pluginType":"core","aliases":[],"examples":["$ slicknode config:get endpoint\n"],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"}},"args":[{"name":"name","required":true,"options":["endpoint"]}]},"config:set":{"id":"config:set","description":"Sets the configuration value for a setting","pluginName":"slicknode","pluginType":"core","aliases":[],"examples":["$ slicknode config:set NAME VALUE\n"],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"}},"args":[{"name":"name","required":true,"options":["endpoint"]},{"name":"value","required":true}]},"module:add":{"id":"module:add","description":"Add modules as a dependency to the project","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"}},"args":[{"name":"[names]","description":"The names of the modules to add","required":true}]},"module:create":{"id":"module:create","description":"Creates a new module","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"namespace":{"name":"namespace","type":"option","char":"n","description":"The namespace of the module","required":false},"label":{"name":"label","type":"option","char":"l","description":"The label as displayed in the admin interface","required":false}},"args":[{"name":"name","description":"The name of the module","required":true}]},"module:remove":{"id":"module:remove","description":"Remove modules as a dependency from the project","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"}},"args":[{"name":"[names]","description":"The names of the modules to remove","required":true}]},"runtime:build":{"id":"runtime:build","description":"Builds the source package for the runtime to be deployed","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"env":{"name":"env","type":"option","char":"e","description":"The configured environment name"},"force":{"name":"force","type":"boolean","char":"f","description":"Delete output directory without confirmation if exists","allowNo":false}},"args":[{"name":"output","description":"The target output directory or file of the built source bundle"}]},"runtime:start":{"id":"runtime:start","description":"Builds the source package for the runtime to be deployed","pluginName":"slicknode","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","char":"d","description":"The target directory, if other than current","default":"./"},"port":{"name":"port","type":"option","char":"p","description":"The port on which the server listens"},"secret":{"name":"secret","type":"option","char":"s","description":"The secret that is used for request signatures. Omit for insecure access (default)"},"watch":{"name":"watch","type":"boolean","char":"w","description":"Watch for file system changes and reload code automatically","allowNo":false}},"args":[{"name":"output","description":"The target output directory or file of the built source bundle"}]}}} |
{ | ||
"name": "slicknode", | ||
"version": "0.6.1", | ||
"version": "0.7.0", | ||
"description": "GraphQL-First Application Framework and CMS for rapid software development: Serverless, declarative and extensible.", | ||
@@ -36,5 +36,7 @@ "bin": { | ||
"babel-runtime": "^6.26.0", | ||
"body-parser": "^1.19.0", | ||
"chalk": "^2.4.1", | ||
"cli-ux": "^5.3.0", | ||
"es6-promisify": "^6.0.0", | ||
"express": "^4.17.1", | ||
"fs-extra": "^7.0.0", | ||
@@ -57,2 +59,3 @@ "glob": "^7.1.3", | ||
"slicknode-client": "^0.2.2", | ||
"slicknode-runtime": "^0.2.0", | ||
"tar": "^4.4.6", | ||
@@ -88,5 +91,7 @@ "tslib": "^1", | ||
"@types/adm-zip": "^0.4.31", | ||
"@types/body-parser": "^1.17.1", | ||
"@types/chai": "^4.1.4", | ||
"@types/copyfiles": "^2.1.1", | ||
"@types/es6-promisify": "^6.0.0", | ||
"@types/express": "^4.17.2", | ||
"@types/fs-extra": "^5.0.4", | ||
@@ -108,2 +113,3 @@ "@types/glob": "^5.0.35", | ||
"@types/strip-ansi": "^5.2.1", | ||
"@types/supertest": "^2.0.8", | ||
"@types/tar": "^4.0.0", | ||
@@ -120,2 +126,3 @@ "@types/uuid": "^3.4.4", | ||
"sinon": "^7.3.2", | ||
"supertest": "^4.0.2", | ||
"ts-node": "^7.0.1", | ||
@@ -122,0 +129,0 @@ "tslint": "^5.11.0", |
268145
174
3996
33
40
16
+ Addedbody-parser@^1.19.0
+ Addedexpress@^4.17.1
+ Addedslicknode-runtime@^0.2.0
+ Addedaccepts@1.3.8(transitive)
+ Addedarray-flatten@1.1.1(transitive)
+ Addedbody-parser@1.20.3(transitive)
+ Addedbytes@3.1.2(transitive)
+ Addedcall-bind-apply-helpers@1.0.1(transitive)
+ Addedcall-bound@1.0.3(transitive)
+ Addedcontent-disposition@0.5.4(transitive)
+ Addedcontent-type@1.0.5(transitive)
+ Addedcookie@0.7.1(transitive)
+ Addedcookie-signature@1.0.6(transitive)
+ Addeddebug@2.6.9(transitive)
+ Addeddepd@2.0.0(transitive)
+ Addeddestroy@1.2.0(transitive)
+ Addeddunder-proto@1.0.1(transitive)
+ Addedee-first@1.1.1(transitive)
+ Addedencodeurl@1.0.22.0.0(transitive)
+ Addedes-define-property@1.0.1(transitive)
+ Addedes-errors@1.3.0(transitive)
+ Addedes-object-atoms@1.1.1(transitive)
+ Addedescape-html@1.0.3(transitive)
+ Addedetag@1.8.1(transitive)
+ Addedexpress@4.21.2(transitive)
+ Addedfinalhandler@1.3.1(transitive)
+ Addedforwarded@0.2.0(transitive)
+ Addedfresh@0.5.2(transitive)
+ Addedfunction-bind@1.1.2(transitive)
+ Addedget-intrinsic@1.2.7(transitive)
+ Addedget-proto@1.0.1(transitive)
+ Addedgopd@1.2.0(transitive)
+ Addedhas-symbols@1.1.0(transitive)
+ Addedhasown@2.0.2(transitive)
+ Addedhttp-errors@2.0.0(transitive)
+ Addedipaddr.js@1.9.1(transitive)
+ Addedmath-intrinsics@1.1.0(transitive)
+ Addedmedia-typer@0.3.0(transitive)
+ Addedmerge-descriptors@1.0.3(transitive)
+ Addedmethods@1.1.2(transitive)
+ Addedmime@1.6.0(transitive)
+ Addedms@2.0.0(transitive)
+ Addednegotiator@0.6.3(transitive)
+ Addedobject-inspect@1.13.3(transitive)
+ Addedon-finished@2.4.1(transitive)
+ Addedparseurl@1.3.3(transitive)
+ Addedpath-to-regexp@0.1.12(transitive)
+ Addedproxy-addr@2.0.7(transitive)
+ Addedqs@6.13.0(transitive)
+ Addedrange-parser@1.2.1(transitive)
+ Addedraw-body@2.5.2(transitive)
+ Addedsend@0.19.0(transitive)
+ Addedserve-static@1.16.2(transitive)
+ Addedsetprototypeof@1.2.0(transitive)
+ Addedside-channel@1.1.0(transitive)
+ Addedside-channel-list@1.0.0(transitive)
+ Addedside-channel-map@1.0.1(transitive)
+ Addedside-channel-weakmap@1.0.2(transitive)
+ Addedslicknode-runtime@0.2.0(transitive)
+ Addedstatuses@2.0.1(transitive)
+ Addedtoidentifier@1.0.1(transitive)
+ Addedtype-is@1.6.18(transitive)
+ Addedunpipe@1.0.0(transitive)
+ Addedutils-merge@1.0.1(transitive)
+ Addedvary@1.1.2(transitive)