corectl contains various commands to interact with the Qlik Associative Engine. See respective command for more information
corectl [flags]
-a, --app string Name or identifier of the app
--certificates string path/to/folder containing client.pem, client_key.pem and root.pem certificates
-c, --config string path/to/config.yml where parameters can be set instead of on the command line
--context string Name of the context used when connecting to Qlik Associative Engine
-e, --engine string URL to the Qlik Associative Engine (default "localhost:9076")
--headers stringToString Http headers to use when connecting to Qlik Associative Engine (default [])
-h, --help help for corectl
--insecure Enabling insecure will make it possible to connect using self signed certificates
--json Returns output in JSON format if possible, disables verbose and traffic output
--no-data Open app without data
-t, --traffic Log JSON websocket traffic to stdout
--ttl string Qlik Associative Engine session time to live in seconds (default "0")
-v, --verbose Log extra information
- corectl app - Explore and manage apps
- corectl assoc - Print table associations
- corectl bookmark - Explore and manage bookmarks
- corectl build - Reload and save the app after updating connections, dimensions, measures, objects and the script
- corectl catwalk - Open the specified app in catwalk
- corectl completion - Generate auto completion scripts
- corectl connection - Explore and manage connections
- corectl context - Create, update and use contexts
- corectl dimension - Explore and manage dimensions
- corectl eval - Evaluate a list of measures and dimensions
- corectl fields - Print field list
- corectl keys - Print key-only field list
- corectl measure - Explore and manage measures
- corectl meta - Print tables, fields and associations
- corectl object - Explore and manage generic objects
- corectl reload - Reload and save the app
- corectl script - Explore and manage the script
- corectl state - Explore and manage alternate states
- corectl status - Print status info about the connection to the engine and current app
- corectl tables - Print tables
- corectl unbuild - Split up an existing app into separate json and yaml files
- corectl values - Print the top values of a field
- corectl variable - Explore and manage variables
- corectl version - Print the version of corectl