This command will create a profile in aiware-cli.yaml file. If aiware-cli.yaml doesn't exist, it will be created at the default location ~/.aiware/aiware-cli.yaml.
This will overwrite any exiting connection profile matching with the --name or --profile flags passed in. If --name or --profile flag is not provided action will be taken on the default profile.
```
ai profile create [flags]
```
Options
```
--aidata-token string aiWARE Data Auth Token
--aidata-url string aiWARE Data URL
--aiware-instance-id string aiWARE Instance ID
--force Force to update config file
-h, --help help for create
--name string Profile name
```
Options inherited from parent commands
```
-c, --config string CLI Config file to use. By default it will be /home/ubuntu/.config/aiware-cli.yaml
--controller-token string Bearer token to use for authenticating operations.
--controller-url string Controller URL to use for the CLI. If specified, this will be used instead of what is in the configuration. (default "http://localhost:9000/edge/v1")
-d, --debug Enables debug output
-f, --format string The output format. The values are text, log or json.
--host-type-id string Host type ID of the host
--hub-url string aiWARE Hub URL
-p, --profile string The profile to use. If not specified, the profile named 'default' will be used. The profiles are set in ~/.config/aiware-cli.yaml (default "default")
-q, --quiet Disables output extra output except the main output
--sample-app Indicates whether it should install the sample app
```