I want to re-iterate what Evgeny said ... you should never store your persistent objectscript class definition in source control without the storage definition block.  Doing so will cause the storage block to be regenerated from scratch each time source is loaded, and if there is existing data you may have a mismatch of where properties exist on disk and where where the source thinks they should live

@Alexandra Mirzac - welcome to the Community :)  I would suggest the following:

1) Make sure you have saved and compiled your class, and that it returned with no errors.  

2) Make sure when you are testing in Terminal you are connected to the correct Instance and the correct Namespace

3) Double-check spelling and case in your Terminal command compared to your compiled classname

Please try those things out and let us know if that moves you forward.