# Monday, September 01, 2008

After some great feedback from the Hacker News community we've made some changes. First, no more private beta, so tell everyone to signup and checkout the site. We still need your feedback! Secondly, we lowered the prices on our paid offerings and added scheduling to the free plan. We have more changes coming soon, so subscribe now.

Monday, September 01, 2008 8:20:17 AM (Mountain Standard Time, UTC-07:00)  #    Disclaimer  |  Comments [0]  |  Feed your aggregator (RSS 2.0)
# Friday, August 29, 2008

Scheduling Jobs Is Done! The ability to schedule jobs on a daily or weekly basis is done. And with it the following four new commands.

  • GetJobs: lists any currently setup jobs.
  • AddDailyJob: adds a command as a daily job.
  • AddWeeklyJob: same as daily, but on a weekly schedule.
  • RemoveJob: as you've guessed removes a job.

The add commands can take a date and time which should be in UTC time. The command can be any valid CSH command, but it might be a good idea to append ' > emailme' at the end so the results are emailed to you. If you don't care about the results, just issue the command as you normally would.

adddailyjob "my job name" command:"twt/timeline > emailme"

The above will schedule a job starting one minute from now and repeating every day to email you the Twitter timeline at the time the job runs.

We hope this is useful and look forward to any feedback you have.

Click here to get started!

Friday, August 29, 2008 4:11:39 AM (Mountain Standard Time, UTC-07:00)  #    Disclaimer  |  Comments [0]  |  Feed your aggregator (RSS 2.0)
# Friday, August 01, 2008

We're looking for some good alpha testers, if your interested please fill out the form here. We really want to hear your thoughts on the service.

Other updates

The signup and login process as been reworked to use the ClickPass service. The guy's at ClickPass have been great to work with, and we think this service will really help people signup without needing to create a new username password on yet another site.

We've also made some back end changes that are not really visible but should help with stability and reliability.

Friday, August 01, 2008 8:30:26 AM (Mountain Standard Time, UTC-07:00)  #    Disclaimer  |  Comments [0]  |  Feed your aggregator (RSS 2.0)
# Friday, July 25, 2008

csh-fb-screenshot-sm Checkout the CloudSH.com application in Facebook here. If you have a CloudSH.com account and you setup Facebook in CloudSH.com (Type h fb on the command line to find out how) you will have command line access from within Facebook! It will even auto login for you. Get an account!

Friday, July 25, 2008 9:30:54 PM (Mountain Standard Time, UTC-07:00)  #    Disclaimer  |  Comments [0]  |  Feed your aggregator (RSS 2.0)
# Wednesday, July 23, 2008

Five new commands went live recently, here's a brief description of each.

GetContent - Gets the content of a URL. Can be called as `get` or `cat`.

AsXml, AsJson - takes a string of text and converts it into a XML or JSON object.

ToXml - Takes a JSON string or object and converts it to XML.

ToJson - Takes a XML string or object and converts it to JSON.

Example:

get "http://www.cloudsh.com" | asxml | tojson

The above will get the HTML text from CloudSH.com as XML then converts it to JSON.

These are not too exciting my themselves, but as more commands and output options are created, these should become much more useful. Please leave  feedback and suggestions at http://feedback.cloudsh.com.

Wednesday, July 23, 2008 4:11:04 PM (Mountain Standard Time, UTC-07:00)  #    Disclaimer  |  Comments [0]  |  Feed your aggregator (RSS 2.0)