Skip to content

Commit

Permalink
HPCC-30419 Add url-secret-name to ecl usage
Browse files Browse the repository at this point in the history
Signed-off-by: Jake Smith <[email protected]>
  • Loading branch information
jakesmith committed Oct 3, 2023
1 parent 8b3ec0a commit 08904cf
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions ecl/eclcmd/eclcmd_shell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -205,24 +205,25 @@ void EclCMDShell::usage()
fprintf(stdout,"\nUsage:\n"
" ecl [--version] <command> [<args>]\n\n"
"Commonly used commands:\n"
" deploy create a workunit from an ecl file, archive, or dll\n"
" publish add a workunit to a query set\n"
" unpublish remove a query from a query set\n"
" run run the given ecl file, archive, dll, wuid, or query\n"
" results retrieve the results for an existing workunit\n"
" activate activate a published query\n"
" deactivate deactivate the given query alias name\n"
" queries show or manipulate queries and querysets\n"
" packagemap manage HPCC packagemaps\n"
" bundle manage ECL bundles\n"
" roxie commands specific to roxie clusters\n"
" abort abort workunit(s) for WUID or job name\n"
" status show workunit(s) current status for WUID or job name\n"
" getname provide job name from WUID\n"
" getwuid provide WUID from job name\n"
" zapgen provide ZAP file from WUID\n"
" sign add digital signature to an ecl file or a text file\n"
" listkeyuid lists all the key user IDs that can be used in the sign command\n"
" deploy create a workunit from an ecl file, archive, or dll\n"
" publish add a workunit to a query set\n"
" unpublish remove a query from a query set\n"
" run run the given ecl file, archive, dll, wuid, or query\n"
" results retrieve the results for an existing workunit\n"
" activate activate a published query\n"
" deactivate deactivate the given query alias name\n"
" queries show or manipulate queries and querysets\n"
" packagemap manage HPCC packagemaps\n"
" bundle manage ECL bundles\n"
" roxie commands specific to roxie clusters\n"
" abort abort workunit(s) for WUID or job name\n"
" status show workunit(s) current status for WUID or job name\n"
" getname provide job name from WUID\n"
" getwuid provide WUID from job name\n"
" zapgen provide ZAP file from WUID\n"
" sign add digital signature to an ecl file or a text file\n"
" listkeyuid lists all the key user IDs that can be used in the sign command\n"
" url-secret-name Generate a secret name from a url for automatic url mapping\n"
"\nRun 'ecl help <command>' for more information on a specific command\n\n"
);
}

0 comments on commit 08904cf

Please sign in to comment.