sayHello
in でjobs.js
最初の関数を使用したいと思いparse-server-example
ます。
私のjobs.jsにはこれがあります:
var Parse = require('parse/node');
Parse.initialize('xx', 'xx','xx');
Parse.serverURL = 'xx';
Parse.Cloud.useMasterKey();
function sayHello() {
console.log('Hello');
}
このターミナルラインコマンドで実行しようとしました:
heroku run sayHello -a myAppName
戻り値:
Running sayHello on myAppName... up, run.6148
bash: sayHello: command not found