Jump to content

CLI - Applying label getting null error


tom.peters

Recommended Posts

I am running the following command through the CLI:

cm label lb:junk02 -R /SuperJunk

and I get:

Error: Value cannot be null.

Parameter name: Argument number 1

The label 'junk02' exists and so does my workspace, SuperJunk.

I checked the CLI cheat-sheet and it looks like I am doing it correctly. Any help will be appreciated.

Thanks,

Tom

Link to comment
Share on other sites

Hi Tom,

Please, check that /SuperJunk is the absolute path to your workspace root path.

Otherwise, if you run the command from the parent folder, you will have to type

./SuperJunk as the path you want to label.

Another option:

cd to your workspace root path and type:

cm label lb:junk02 -R .

Hope it helps!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...