Description
I hope the Japanese documentation will be updated.
https://adobe-apiplatform.github.io/user-sync.py/jp/user-manual/
I noticed that the following updates were not the Japanese docs updated.
I would be grateful if you could.
User Sync can now connect to Okta enterprise directories. Create an Okta configuration and use the new --connector okta command-line argument to select that connector. See the docs for details.
https://adobe-apiplatform.github.io/user-sync.py/en/user-manual/advanced_configuration.html#the-okta-connector
here is a new command-line argument --connector for specifying whether to get directory information via LDAP file, by reading a CSV file, or via the Okta connector. The default connector is ldap. For CSV users, who formerly had to specify their input source with the --users argument, this optional argument offers the chance to specify --users mapped or --users group ... (since the CSV input can be specified with --connector). See the docs for details.
https://adobe-apiplatform.github.io/user-sync.py/en/user-manual/command_parameters.html
#292 You can now specify the log file name as well as the log file directory in your configuration file. The name is specified by giving a Python format string which, when applied to a Python datetime value at the start of the run, produces the name of the log file. The default value of this string is backwards-compatible with prior User Sync behavior. See the docs for details.
https://adobe-apiplatform.github.io/user-sync.py/en/user-manual/configuring_user_sync_tool.html#configure-logging
#299 You can now use an invocation_defaults section to specify desired values for command-line arguments in the main configuration file. This can make it a lot easier to repeat runs with a stable set of arguments, even when running interactively rather than from a script. The sample main configuration file specifies the configuration parameters to use as well as the syntax for specifying values. See the docs for full details.
https://adobe-apiplatform.github.io/user-sync.py/en/user-manual/command_parameters.html
--no-update-user-info
https://adobe-apiplatform.github.io/user-sync.py/en/user-manual/command_parameters.html
Thank you,