<#3186 [FlyteCTL Feature] Make default output of `...
# flyte-github
a
#3186 [FlyteCTL Feature] Make default output of `flytectl config init` consistent with the demo sandbox config Issue created by cosmicBboy Describe the feature/command for FlyteCTL Currently, the output of
flytectl config init
is:
Copy code
admin:
  # For GRPC endpoints you might want to use dns:///flyte.myexample.com
  endpoint: dns:///localhost:30081
  authType: Pkce
  insecure: true
logger:
  show-source: true
  level:
But the config produced by
flytectl demo start
is:
Copy code
admin:
  # For GRPC endpoints you might want to use dns:///flyte.myexample.com
  endpoint: localhost:30080
  authType: Pkce
  insecure: true
console:
  endpoint: <http://localhost:30080>
logger:
  show-source: true
  level: 0
This may be confusing for new users who would expect the two configs to be consistent Provide a possible output or UX example The output of of
flytectl config init
should be the same as
config-sandbox.yaml
Are you sure this issue hasn't been raised already? ☑︎ Yes Have you read the Code of Conduct? ☑︎ Yes flyteorg/flyte