Re: [Neo] Neo Shell listing a relationship's property

2009-12-12 Thread Mattias Persson
This can be done. You're using b11 right? In that case you do a: ls -rv to list your relationships with their ids (the -v flag) then you take the relationship's id and do a: cd -r relationship-id you're now standing on that relationship and can do operations like ls, set, rm a.s.o. From there

Re: [Neo] Neo Shell listing a relationship's property

2009-12-12 Thread Mattias Persson
More information at http://wiki.neo4j.org/content/Shell#Current_node.2Frelationship_and_path 2009/12/12, Mattias Persson matt...@neotechnology.com: This can be done. You're using b11 right? In that case you do a: ls -rv to list your relationships with their ids (the -v flag) then you take

Re: [Neo] Neo Shell listing a relationship's property

2009-12-12 Thread Todd Stavish
Ah, I was trying to cd to the relationship ID without the -r. Works perfectly. Thanks Mattias. On Sat, Dec 12, 2009 at 5:54 AM, Mattias Persson matt...@neotechnology.com wrote: This can be done. You're using b11 right? In that case you do a: ls -rv to list your relationships with their ids

[Neo] Neo Shell listing a relationship's property

2009-12-11 Thread Todd Stavish
Is there a way to list a property of a relationship in Neo Shell? If not, is there another way to do this without using Neoclipse? I am SSHing into an EC2 instance. Thanks, Todd ___ Neo mailing list User@lists.neo4j.org

Re: [Neo] Neo Shell listing a relationship's property

2009-12-11 Thread Peter Neubauer
Hi Todd, yeah, that is certainly a feature to add to the Neo Shell. Otherwise, Marko has just been finishing neo-integration for Gremlin, http://gremlin.tinkerpop.com which is treating realtionships as first class citizens and will show you properties,