Skip to content

Commit 29ff6ad

Browse files
feat(open): merge deeplinks into open command
1 parent ec1ca87 commit 29ff6ad

6 files changed

Lines changed: 618 additions & 476 deletions

File tree

pkg/cmd/application/selectapp/select.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func NewSelectCmd(f *cmdutil.Factory) *cobra.Command {
7070
}
7171

7272
// Run executes the interactive application-selection flow and returns the
73-
// chosen application. Other commands (e.g. deeplink) use it to ensure an
73+
// chosen application. Other commands (e.g. open) use it to ensure an
7474
// application is selected before proceeding. A nil application is returned
7575
// when the account has no applications.
7676
func Run(f *cmdutil.Factory) (*dashboard.Application, error) {

pkg/cmd/deeplink/deeplink.go

Lines changed: 0 additions & 215 deletions
This file was deleted.

pkg/cmd/deeplink/deeplink_test.go

Lines changed: 0 additions & 173 deletions
This file was deleted.

0 commit comments

Comments
 (0)