Start Here
Overview
Control Plane Tour
Supported Platforms
Amazon AWS Cloud Account
Google GCP Cloud Account
Microsoft Azure Account
Create an Environment
Create a Cloud Account
Vocabulary
Support
User and Team Management
Managing Users and Permissions
Install Hub CLI and Toolbox
Managing Your Cluster With AgileStacks
Introducing AgileStacks to Your Cluster
Autoscaling and Initial Scaling
Importing an upstream Kubernetes cluster
Kubernetes Platform Essentials
Import of OpenShift Cluster
Tagging Stack Templates and Instances
Deploying Clusters With AgileStacks
Templates and Components
Components, Templates and Stacks
Create a Custom Component
Create a Stack Template
Modifying a Stack
Access Stack Instance Components
Performance Monitoring and Alerting
Stacks Under the Hood - Manifests
SuperHub CLI
CLI Command Reference
hub
hub_api
hub_api_application
hub_api_application_get
hub_api_cloudaccount
hub_api_environment
hub_api_environment_get
hub_api_import
hub_api_instance
hub_api_instance_create
hub_api_instance_delete
hub_api_instance_deploy
hub_api_instance_get
hub_api_instance_kubeconfig
hub_api_instance_sync
hub_api_instance_undeploy
hub_api_secret
hub_api_stack
hub_api_stack_get
hub_api_template
hub_api_template_create
hub_api_template_delete
hub_api_template_get
hub_api_template_init
hub_backup
hub_backup_create
hub_backup_unbundle
hub_doc
hub_elaborate
hub_explain
hub_init
hub_init_component
hub_invoke
hub_login
hub_pull
hub_render
hub_undeploy
hub_init_stack
hub_deploy
hub_kubeconfig
hub_version
hub.yaml
hub_backup_unbundle
hub_api_logs
hub_api_cloudaccount_get
hub_api_instance
Managing Kubernetes in the CLI with kubectl
Templating
Toolbox - The CLI Swiss Army Knife
Authenticate to SuperHub
Create a Cloud Account
Hub CLI on Windows
Stack Design
Tutorials
Infrastructure Workflow - Deploy Kubernetes with Hub CLI
Infrastructure Workflow - Creating Stack Templates
Developer Workflow - Accelerated Development and Deployment on Kubernetes with Skaffold (101)
Machine Learning Workflow - Creating an ML Pipeline
Creating Components from Operators: Spark on Kubernetes
Creating Components from CloudFormation Templates: SageMaker Pipeline
Simplifying Kubernetes for Developers with Hub CLI and Skaffold
Developer Workflow: Enable Stateful Applications on Kubernetes (201)
Infrastructure Workflow - Import Kubernetes with Hub CLI
- All Categories
- SuperHub CLI
- CLI Command Reference
- hub_api_application_get
hub_api_application_get
Updated
by Michael Delzer
Show a list of applications or details about the application
Synopsis
Show a list of all user accessible applications or details about the particular application (specify Id or search by full domain name)
hub api application get [id | domain] [flags]
Options
-h, --help help for get
-s, --secrets Show secrets
Options inherited from parent commands
--all-warnings Repeat all warnings before [successful] exit (default true)
--api string Hub API service base URL, HUB_API (default "https://api.app.arkadi.dev.superhub.io")
--aws_profile string AWS ~/.aws/credentials profile, AWS_PROFILE (default "agilestacks")
--aws_region string AWS region hint (for S3 state access), AWS_DEFAULT_REGION (default "us-east-2")
--aws_use_iam_role_credentials Try EC2 instance credentials (default true)
--cache string API cache file (default is $HOME/.automation-hub-cache.yaml)
--compressed Write gzip compressed files (default true)
--config string Config file (default is $HOME/.automation-hub.{yaml,json})
-d, --debug Print debug info. Or set HUB_DEBUG=1
--encrypted string Write encrypted files if HUB_CRYPTO_PASSWORD is set. true / false (default "if-password-set")
-f, --force Force operation despite of errors. Or set HUB_FORCE=1
--log-destination string stderr or stdout (default "stderr")
-t, --trace Print detailed trace info. Or set HUB_TRACE=1
-v, --verbose Verbose mode (default true)
SEE ALSO
Create and manage Applications, hub_api_application
Click Here