cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Is there ant command for execute just localization part that is equivalent to do it from HAC?

former_member192125
Participant

Accepted Solutions (0)

Answers (1)

Answers (1)

rohit31_raj92
Active Participant
0 Likes

Hi

There is no OOTB command to do the same via command Line, but if you wanted to do it for your local or just for testing, you will need to customize the config.json file. but this is not recommended option. Just for Information.


You can use the configuration from Administration Console to update system from the command line by passing all configuration options via -D configFile = .

Executing update with given configuration:

ant updatesystem -Dtenant= -DconfigFile=path/to/my/config.json

May be by this, you can do it. but as mentioned, not recommended option. and should not be done.

Thanks