You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 6, 2023. It is now read-only.
*[Script Guide](scripts.md) for creating and using startup scripts
17
17
18
+
## Release Notes for v0.1.2
19
+
20
+
### New features
21
+
* Support for [startup scripts](scripts.md)
22
+
* scripts namespace and methods
23
+
* Assign a new public ip address on machines create method
24
+
* Query filters on list methods
25
+
* Support for [paperspace terraform provider](https://github.com/Paperspace/paperspace-terraform)
26
+
27
+
### Fixes
28
+
* fix for cli false input values being converted to strings
29
+
* minor doc fixes
30
+
31
+
### Issues
32
+
* List method exact date searches don't find matches
33
+
* List method null value searches don't find matches
34
+
18
35
## Getting started
19
36
20
37
Your system will need [Node.js](https://nodejs.org) v4+ installed. Check that you have a recent enough version by running `node -v` in your terminal. Node.js comes bundled with `npm`, the Node.js package management tool, which you'll use to install this package.
<li><ahref="scripts.md">Script Guide</a> for creating and using startup scripts</li>
59
59
</ul>
60
+
<h2>Release Notes for v0.1.2</h2><h3>New features</h3><ul>
61
+
<li>Support for <ahref="scripts.md">startup scripts</a></li>
62
+
<li>scripts namespace and methods</li>
63
+
<li>Assign a new public ip address on machines create method</li>
64
+
<li>Query filters on list methods</li>
65
+
<li>Support for <ahref="https://github.com/Paperspace/paperspace-terraform">paperspace terraform provider</a></li>
66
+
</ul>
67
+
<h3>Fixes</h3><ul>
68
+
<li>fix for cli false input values being converted to strings</li>
69
+
<li>minor doc fixes</li>
70
+
</ul>
71
+
<h3>Issues</h3><ul>
72
+
<li>List method exact date searches don't find matches</li>
73
+
<li>List method null value searches don't find matches</li>
74
+
</ul>
60
75
<h2>Getting started</h2><p>Your system will need <ahref="https://nodejs.org">Node.js</a> v4+ installed. Check that you have a recent enough version by running <code>node -v</code> in your terminal. Node.js comes bundled with <code>npm</code>, the Node.js package management tool, which you'll use to install this package.</p>
61
76
<h3>Installation</h3><p>Install the package from npm:</p>
62
77
<preclass="prettyprint source"><code>$ npm install -g paperspace-node</code></pre><p>The reason we recommend installing it globally is so the <code>paperspace</code> command will be available on your command line everywhere on your system. If you only want to make it available within an individual Node.js project, you can install it locally by omitting the <code>-g</code> flag.</p>
@@ -110,10 +125,10 @@ <h2>Copyright</h2><p>Copyright :copyright: 2017 Paperspace - All Rights Reserved
110
125
<brclass="clear">
111
126
112
127
<footer>
113
-
Documentation generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Thu Jul 13 2017 22:32:57 GMT-0400 (EDT) using the <ahref="https://github.com/clenemt/docdash">docdash</a> theme.
128
+
Documentation generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Sat Jul 15 2017 01:51:37 GMT-0400 (EDT) using the <ahref="https://github.com/clenemt/docdash">docdash</a> theme.
0 commit comments