File tree Expand file tree Collapse file tree
modules/apis/src/main/java/com/axway/apim/api/export/lib/cli Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,12 +65,12 @@ public void addOptions() {
6565 public void printUsage (String message , String [] args ) {
6666 super .printUsage (message , args );
6767 System .out .println ("----------------------------------------------------------------------------------------" );
68- System .out .println ("Upgrade one or more APIs based on the given reference API." );
68+ System .out .println ("Upgrade access for one or more APIs based on the given reference API." );
6969 System .out .println ("App-Subscriptions and Granted orgs are taken over to all selected APIs based on the reference API." );
7070 System .out .println ("The reference API must be unique. APIs must be published to be considered." );
71- System .out .println (getBinaryName ()+" api upgrade -s api-env -refAPIId <UUID-ID-OF-THE-REF-API> -id <UUID-ID-OF-THE-API>" );
72- System .out .println (getBinaryName ()+" api upgrade -s api-env -n \" *APIs-to-be-upgraded*\" -refAPIName \" *Name of Ref-API*\" " );
73- System .out .println (getBinaryName ()+" api upgrade -s api-env -n \" *APIs-to-be-upgraded*\" -refAPIName \" *Name of Ref-API*\" -refAPIDeprecate true" );
71+ System .out .println (getBinaryName ()+" api upgrade-access -s api-env -refAPIId <UUID-ID-OF-THE-REF-API> -id <UUID-ID-OF-THE-API>" );
72+ System .out .println (getBinaryName ()+" api upgrade-access -s api-env -n \" *APIs-to-be-upgraded*\" -refAPIName \" *Name of Ref-API*\" " );
73+ System .out .println (getBinaryName ()+" api upgrade-access -s api-env -n \" *APIs-to-be-upgraded*\" -refAPIName \" *Name of Ref-API*\" -refAPIDeprecate true" );
7474 System .out .println ();
7575 System .out .println ();
7676 System .out .println ("For more information and advanced examples please visit:" );
You can’t perform that action at this time.
0 commit comments