LogicFlow AG
c/o Lucas Fievet
Butzenstrasse 30
CH-8041 Zürich
Switzerland
VAT No.CHE-445.455.310 MWST
The site administration commands enable the efficient administration of the Astra web service. To this end, the astra tool needs to be executed on the machine hosting the Astra web service.
Per default, the tool assumes that the current working directory corresponds to the Astra tool web root directory, and it uses system environment variables or, if available, the environment variables set in the "web.config" file to retrieve credentials for accessing the keyvault. To override these defaults, the following options are provided to indicate which installation of the Astra web service should be acted upon:
The following commands are available:
astra function-update
Usage:
initiates an update of the azure function. If indicated, the "-l" option lists the available versions of the Azure function and quits. Example:
astra iis-update
Usage:
initiates an update of the Astra tool. If indicated, the "-l" option lists the available versions of the Astra tool and quits. If indicated, the "-v" allows to filter for a version string to choose from the list of available versions. Per default, the latest version is downloaded. Examples:
astra keyvault-copy
Usage:
Copy keyvault entries from the keyvault used by the Astra installation identified through the current working directory / "-s" or "-w" to the target keyvault with the name indicated by the parameter "-t". By default, only settings are copied. If user secrets should be copied as well, use "-f All".
astra keyvault-export
Usage:
Export keyvault entries from the keyvault used by the Astra installation identified through the current working directory / "-s" or "-w" to an unencrypted file indicated by "-o" (default: "keyvault-dump.json"). By default, only settings are copied. If user secrets should be exported as well, use "-f All".
astra keyvault-import
Usage:
Import keyvault entries from an export dump (indicated by "-i", default "keyvault-dump.json") into the keyvault used by the Astra installation identified through the current working directory / "-s" or "-w". By default, only settings are copied. If user secrets should be exported as well, use "-f All".
astra keyvault-clean
Usage:
Remove obsolete settings which are no longer used by the Astra tool.
astra keyvault-set
Usage:
Set a keyvault entry. Example: