Example #1
0
 def help_delete(self):
     print sdi18n.m0006('delete <file>','Delete file from local repository',example=sdi18n.m0007)
Example #2
0
 def help_run(self):
     print sdi18n.m0006('run','Print running transfers.')
Example #3
0
 def help_status(self):
     print sdi18n.m0006('status [ project ]','Print download status.')
Example #4
0
 def help_retry(self):
     print sdi18n.m0006('retry [ all | file ]','Retry failed transfer(s)',example=sdi18n.m0010)
Example #5
0
 def help_daemon(self):
     print sdi18n.m0006('daemon <action>','Start/stop daemon',example=sdi18n.m0012)
Example #6
0
 def help_admin(self):
     print sdi18n.m0006('admin',"Switch to 'admin' mode")
Example #7
0
 def help_history(self):
     print sdi18n.m0006('history ','Show local repository changelog.')
Example #8
0
 def help_delete(self):
     print sdi18n.m0006('delete <file>',
                        'Delete file from local repository',
                        example=sdi18n.m0007)
Example #9
0
 def help_quit(self):
     print sdi18n.m0006('quit', 'Leave Synda console.')
Example #10
0
 def help_status(self):
     print sdi18n.m0006('status [ project ]', 'Print download status.')
Example #11
0
 def help_add(self):
     print sdi18n.m0006('add <file>',
                        'Add files in download queue.',
                        example=sdi18n.m0008,
                        note=sdi18n.m0009)
Example #12
0
 def help_config(self):
     print sdi18n.m0006('config [ name ]', 'Print configuration parameter.')
Example #13
0
 def help_run(self):
     print sdi18n.m0006('run', 'Print running transfers.')
Example #14
0
 def help_version(self):
     print sdi18n.m0006('version', 'Print Synda version')
Example #15
0
 def help_unset(self):
     print sdi18n.m0006('unset name','Unset session parameter.')
Example #16
0
 def help_unset(self):
     print sdi18n.m0006('unset name', 'Unset session parameter.')
Example #17
0
 def help_param(self):
     print sdi18n.m0006('param [ facet_name | pattern ] [ pattern ]','List ESGF facets',example=sdi18n.m0004('param'))
Example #18
0
 def help_set(self):
     print sdi18n.m0006(
         'set [ name? | name=value | all | option | facet | default ]',
         'Set session parameter.',
         example=sdi18n.m0011)
Example #19
0
 def help_cleanup(self):
     print sdi18n.m0006('cleanup','Cleanup data tree (remove empty folder).')
Example #20
0
 def help_param(self):
     print sdi18n.m0006('param [ facet_name | pattern ] [ pattern ]',
                        'List ESGF facets',
                        example=sdi18n.m0004('param'))
Example #21
0
 def help_priority(self):
     print sdi18n.m0006('priority','Set transfers priority')
Example #22
0
 def help_search(self):
     print sdi18n.m0006('search [FILTER]... [ limit ]',
                        'Search file(s)',
                        example=sdcliex.search('search'),
                        note=sdi18n.m0005)
Example #23
0
 def help_daemon(self):
     print sdi18n.m0006('daemon <action>',
                        'Start/stop daemon',
                        example=sdi18n.m0012)
Example #24
0
 def help_admin(self):
     print sdi18n.m0006('admin', "Switch to 'admin' mode")
Example #25
0
 def help_version(self):
     print sdi18n.m0006('version','Print Synda version')
Example #26
0
 def help_selection(self):
     print sdi18n.m0006('selection <action>',
                        'Manage selections.',
                        example=sdi18n.m0014)
Example #27
0
 def help_config(self):
     print sdi18n.m0006('config [ name ]','Print configuration parameter.')
Example #28
0
 def help_cleanup(self):
     print sdi18n.m0006('cleanup',
                        'Cleanup data tree (remove empty folder).')
Example #29
0
 def help_add(self):
     print sdi18n.m0006('add <file>','Add files in download queue.',example=sdi18n.m0008,note=sdi18n.m0009)
Example #30
0
 def help_select(self):
     print sdi18n.m0006('', '')
Example #31
0
 def help_quit(self):
     print sdi18n.m0006('quit','Leave Synda console.')
Example #32
0
 def help_history(self):
     print sdi18n.m0006('history ', 'Show local repository changelog.')
Example #33
0
 def help_set(self):
     print sdi18n.m0006('set [ name? | name=value | all | option | facet | default ]','Set session parameter.',example=sdi18n.m0011)
Example #34
0
 def help_benchmark(self):
     print sdi18n.m0006('benchmark', 'Bench ESGF indexes')
Example #35
0
 def help_search(self):
     print sdi18n.m0006('search [FILTER]... [ limit ]','Search file(s)',example=sdi18n.m0002('search'),note=sdi18n.m0005)
Example #36
0
 def help_priority(self):
     print sdi18n.m0006('priority', 'Set transfers priority')
Example #37
0
 def help_selection(self):
     print sdi18n.m0006('selection <action>','Manage selections.',example=sdi18n.m0014)
Example #38
0
 def help_sample(self):
     print sdi18n.m0006('sample sample_type [ project ]',
                        'Print samples',
                        example=sdi18n.m0013)
Example #39
0
 def help_select(self):
     print sdi18n.m0006('','')
Example #40
0
 def help_retry(self):
     print sdi18n.m0006('retry [ all | file ]',
                        'Retry failed transfer(s)',
                        example=sdi18n.m0010)
Example #41
0
 def help_benchmark(self):
     print sdi18n.m0006('benchmark','Bench ESGF indexes')
Example #42
0
 def help_rdf(self):
     print sdi18n.m0006('rdf', 'Reset Dataset Flag')
Example #43
0
 def help_sample(self):
     print sdi18n.m0006('sample sample_type [ project ]','Print samples',example=sdi18n.m0013)
Example #44
0
 def help_unlock(self):
     print sdi18n.m0006('','')
Example #45
0
 def help_rdf(self):
     print sdi18n.m0006('rdf','Reset Dataset Flag')
Example #46
0
 def help_unlock(self):
     print sdi18n.m0006('', '')