Difference between revisions of "UM:Cli User Login"

From DigitalVision
Jump to: navigation, search
m (Upload page Cli_User_Login)
 
m (Text replacement - "|Platform:" to "|UM:")
 
Line 1: Line 1:
 
<div class="manualcontent">
 
<div class="manualcontent">
  
{{Template:M-Navlinks-top|Platform:Manual|Platform:Cli_Index|Platform:Cli_Cli_Project}}
+
{{Template:M-Navlinks-top|UM:Manual|UM:Cli_Index|UM:Cli_Cli_Project}}
  
 
{{Template:M-Title|User Login}}
 
{{Template:M-Title|User Login}}
Line 44: Line 44:
 
<p class="p_DVBodyText"><span class="f_DVBodyText"> </span></p>
 
<p class="p_DVBodyText"><span class="f_DVBodyText"> </span></p>
  
{{Template:M-Navlinks-bottom|Platform:Manual|Platform:Cli_Index|Platform:Cli_Cli_Project}}
+
{{Template:M-Navlinks-bottom|UM:Manual|UM:Cli_Index|UM:Cli_Cli_Project}}
  
 
</div>
 
</div>

Latest revision as of 12:07, 15 October 2014

Darrow-up.png     Previous Next

User Login

--user <username>

Log in as named user

 

To use the command line interface as a specific user, use the --user option and specify the username to login to the application as.

 

Command :

$ nucoda_film_master --user steven --list

Projects:

  1: test1                - C:\Nucoda\...

  2: Check Danger 002     - C:\Nucoda\...

  3: Check Danger 003     - C:\Nucoda\...

 

dv_note

Without the --user option, the last user we logged in as is used. If we have never logged in, the Default user is used.

 

Darrow-up.png     Previous Next