Page tree

Release 6.0.2


Contents:

   

In the next release of Designer Cloud Enterprise Edition after Release 6.0, the Alteryx command line interface tools will be removed from the product (End of Life). Before upgrading to that release or a later one, you must migrate your usage of the CLI to use the REST APIs. For more information, see CLI Migration to APIs.

As an alternative to including admin passwords in each command that is executed, you can insert a set of admin credentials into a configuration file. The file location is the following:

~/.trifacta/config.json

One or more sets of credentials can be specified in the following format:

{
"credentials": {
  "usernameX":"passwordX",
  "usernameY":"passwordY"
  }
}

In your scripts, you can specify just the value for admin_username, and the config file is checked for the appropriate password, which is applied to the command.

NOTE: The permissions on this config file should be set such that only the user executing the command can read the file.

This page has no comments.