Nuxeo 5

Nuxeo 5 Component
org.nuxeo.ecm.shell.commands-base

Individual Documentation Coverage

done proportion
25.0 %


The basic command @author
Bogdan Stefanescu



Author: missing

Version: missing

Location: nuxeo-services/nuxeo-shell-core/src/main/resources/OSGI-INF/shell-commands-contrib.xml

Require

No requirements

Required by

Not required

Implementation

No implementation


Is a contribution to:

  • target org.nuxeo.ecm.shell.CommandLineService
  • point commands
  • command
    • requireConnection false
    • class org.nuxeo.ecm.shell.commands.DebugCommand
    • name debug
  • command
    • alias cmds
    • requireConnection false
    • class org.nuxeo.ecm.shell.commands.CommandsCommand
    • name commands
  • command
    • alt h
    • requireConnection false
    • class org.nuxeo.ecm.shell.commands.HelpCommand
    • name help
  • command
    • alt r
    • requireConnection false
    • class org.nuxeo.ecm.shell.commands.ReloadCommand
    • name reload
  • command
    • alt i,int
    • requireConnection false
    • class org.nuxeo.ecm.shell.commands.InteractiveCommand
    • name interactive
  • command
    • alt s
    • class org.nuxeo.ecm.shell.commands.ScriptCommand
    • name script
  • command
    • alt list,l
    • class org.nuxeo.ecm.shell.commands.repository.ListCommand
    • name ls
  • command
    • alt tree
    • class org.nuxeo.ecm.shell.commands.repository.TreeCommand
    • name tree
  • command
    • class org.nuxeo.ecm.shell.commands.repository.ChangeDirCommand
    • name cd
  • command
    • class org.nuxeo.ecm.shell.commands.repository.PwdCommand
    • name pwd
  • command
    • class org.nuxeo.ecm.shell.commands.user.UserAddCommand
    • name useradd
  • command
    • class org.nuxeo.ecm.shell.commands.user.GroupModCommand
    • name groupmod
  • command
    • class org.nuxeo.ecm.shell.commands.repository.RmCommand
    • name rm
  • command
    • class org.nuxeo.ecm.shell.commands.repository.MkDirCommand
    • name mkdir
  • command
    • class org.nuxeo.ecm.shell.commands.repository.FSImportCommand
    • name fsimport
  • command
    • class org.nuxeo.ecm.shell.commands.repository.MTFSImportCommand
    • name mtfsimport
  • command
    • class org.nuxeo.ecm.shell.commands.repository.RepoStatsCommand
    • name repostats
  • command
    • class org.nuxeo.ecm.shell.commands.repository.IndexCommand
    • name index
  • command
    • class org.nuxeo.ecm.shell.commands.repository.ViewCommand
    • name view
  • command
    • alt imp
    • class org.nuxeo.ecm.shell.commands.io.ImportCommand
    • name import
  • command
    • alt exp
    • class org.nuxeo.ecm.shell.commands.io.ExportCommand
    • name export
  • command
    • class org.nuxeo.ecm.shell.commands.system.ServicesCommand
    • name services
  • command
    • class org.nuxeo.ecm.shell.commands.system.ServiceInfoCommand
    • name serviceinfo
  • command
    • class org.nuxeo.ecm.shell.commands.system.LogCommand
    • name log
  • target org.nuxeo.ecm.shell.CommandLineService
  • point options
  • option The username to use when connecting. If not specified the 'system' user will be used.
    • var true
    • value system
    • name username
    • shortcut u
  • option The password to use when connecting.
    • var true
    • name password
    • shortcut P
  • option The host where to connect to. By default no host is used - this will force a local connection (in VM repository)
    • var true
    • name host
    • shortcut h
  • option The port where to connect to. By default '62474' is used.
    • var true
    • value 62474
    • name port
    • shortcut p
  • option Run in debug mode with full logs to console. By default 'INFO' is used.
    • var false
    • name debug
    • shortcut d

Last generation: 18:21:25 CEST 11/07/2009