ruhoh / theme-bootstrap-2

4 stars 8 forks source link

Problem creating post #4

Closed joshglenn closed 10 years ago

joshglenn commented 10 years ago

When trying to create a post using the command

ruhoh post

I get the following error:

Autoloading 'post' as pages collection
method 'posts' not found for Ruhoh::Resources::Pages::Client

Am I doing something wrong?

Stebalien commented 10 years ago

The command should be ruhoh posts new <title> (or ruhoh posts draft <title>). In generall, the format is: ruhoh <collection> <action> <arguments>....

joshglenn commented 10 years ago

ok. thanks. that did it.