This document contains the help content for the wolfram-app-discovery
command-line program.
Command Overview:
wolfram-app-discovery
↴wolfram-app-discovery default
↴wolfram-app-discovery list
↴wolfram-app-discovery inspect
↴
Find local installations of the Wolfram Language and Wolfram apps
Usage: wolfram-app-discovery <COMMAND>
default
— Print the default Wolfram applist
— List all locatable Wolfram appsinspect
— Print information about a specified Wolfram application
Print the default Wolfram app.
This method uses [WolframApp::try_default()
] to locate the default app.
Usage: wolfram-app-discovery default [OPTIONS]
-
--app-type <APP_TYPES>
— Wolfram application types to includePossible values:
mathematica
: Wolfram Mathematicaengine
: Wolfram Enginedesktop
: Wolfram Desktopplayer
: Wolfram Playerplayer-pro
: Wolfram Player Profinance-platform
: Wolfram Finance Platformprogramming-lab
: Wolfram Programming Labwolfram-alpha-notebook-edition
: Wolfram|Alpha Notebook Edition
-
--debug
— Whether to print application information in the verbose Debug format -
--raw-value <PROPERTY>
— If specified, the value of this property will be written without any trailing newlinePossible values:
app-type
: [WolframAppType
] value describing the installationapp-directory
wolfram-version
: [WolframVersion
] value of the installationinstallation-directory
: [$InstallationDirectory
] value of the installationlibrary-link-c-includes-directory
: Wolfram LibraryLink C includes directorykernel-executable-path
: Location of the [WolframKernel
] executablewolfram-script-executable-path
: Location of the [wolframscript
] executablewstp-compiler-additions-directory
: Location of the WSTP SDK 'CompilerAdditions' directory
-
--property <PROPERTIES>
— Properties to outputDefault values:
app-type
,wolfram-version
,app-directory
Possible values:
app-type
: [WolframAppType
] value describing the installationapp-directory
wolfram-version
: [WolframVersion
] value of the installationinstallation-directory
: [$InstallationDirectory
] value of the installationlibrary-link-c-includes-directory
: Wolfram LibraryLink C includes directorykernel-executable-path
: Location of the [WolframKernel
] executablewolfram-script-executable-path
: Location of the [wolframscript
] executablewstp-compiler-additions-directory
: Location of the WSTP SDK 'CompilerAdditions' directory
-
--all-properties
— If set, all available properties will be printed -
--format <FORMAT>
Default value:
text
Possible values:
text
,csv
List all locatable Wolfram apps
Usage: wolfram-app-discovery list [OPTIONS]
-
--app-type <APP_TYPES>
— Wolfram application types to includePossible values:
mathematica
: Wolfram Mathematicaengine
: Wolfram Enginedesktop
: Wolfram Desktopplayer
: Wolfram Playerplayer-pro
: Wolfram Player Profinance-platform
: Wolfram Finance Platformprogramming-lab
: Wolfram Programming Labwolfram-alpha-notebook-edition
: Wolfram|Alpha Notebook Edition
-
--debug
— Whether to print application information in the verbose Debug format -
--property <PROPERTIES>
— Properties to outputDefault values:
app-type
,wolfram-version
,app-directory
Possible values:
app-type
: [WolframAppType
] value describing the installationapp-directory
wolfram-version
: [WolframVersion
] value of the installationinstallation-directory
: [$InstallationDirectory
] value of the installationlibrary-link-c-includes-directory
: Wolfram LibraryLink C includes directorykernel-executable-path
: Location of the [WolframKernel
] executablewolfram-script-executable-path
: Location of the [wolframscript
] executablewstp-compiler-additions-directory
: Location of the WSTP SDK 'CompilerAdditions' directory
-
--all-properties
— If set, all available properties will be printed -
--format <FORMAT>
Default value:
text
Possible values:
text
,csv
Print information about a specified Wolfram application
Usage: wolfram-app-discovery inspect [OPTIONS] <APP_DIR>
<APP_DIR>
-
--raw-value <PROPERTY>
— If specified, the value of this property will be written without any trailing newlinePossible values:
app-type
: [WolframAppType
] value describing the installationapp-directory
wolfram-version
: [WolframVersion
] value of the installationinstallation-directory
: [$InstallationDirectory
] value of the installationlibrary-link-c-includes-directory
: Wolfram LibraryLink C includes directorykernel-executable-path
: Location of the [WolframKernel
] executablewolfram-script-executable-path
: Location of the [wolframscript
] executablewstp-compiler-additions-directory
: Location of the WSTP SDK 'CompilerAdditions' directory
-
--property <PROPERTIES>
— Properties to outputDefault values:
app-type
,wolfram-version
,app-directory
Possible values:
app-type
: [WolframAppType
] value describing the installationapp-directory
wolfram-version
: [WolframVersion
] value of the installationinstallation-directory
: [$InstallationDirectory
] value of the installationlibrary-link-c-includes-directory
: Wolfram LibraryLink C includes directorykernel-executable-path
: Location of the [WolframKernel
] executablewolfram-script-executable-path
: Location of the [wolframscript
] executablewstp-compiler-additions-directory
: Location of the WSTP SDK 'CompilerAdditions' directory
-
--all-properties
— If set, all available properties will be printed -
--format <FORMAT>
Default value:
text
Possible values:
text
,csv
-
--debug
— Whether to print application information in the verbose Debug format
This document was generated automatically by
clap-markdown
.