Skip to content

Commit

Permalink
Merge pull request #607 from meroxa/resource-types-url
Browse files Browse the repository at this point in the history
[ Do not merge] Add URL to dashboard resource catalog
  • Loading branch information
jayjayjpg committed Feb 7, 2023
2 parents b0451a2 + 50b09a4 commit 2a98f28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/meroxa/root/resources/list.go
Expand Up @@ -83,6 +83,9 @@ func (l *List) Execute(ctx context.Context) error {

l.logger.JSON(ctx, rTypes)
l.logger.Info(ctx, display.ResourceTypesTable(rTypes, l.hideHeaders))

output := "\n ✨ View a complete list of available and upcoming resources in the dashboard: https://dashboard.meroxa.io/resources/new"
l.logger.Info(ctx, output)
return nil
}

Expand Down

0 comments on commit 2a98f28

Please sign in to comment.