Skip to content

Commit

Permalink
Remove export subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
tothszabi committed Mar 22, 2024
1 parent 0e87d89 commit 23d28ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 84 deletions.
12 changes: 0 additions & 12 deletions cli/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,18 +75,6 @@ var (
},
},
triggerCommand,
{
Name: "export",
Usage: "Export the bitrise configuration.",
Action: export,
Flags: []cli.Flag{
flConfig,
flConfigBase64,
flFormat,
flOutputPath,
flPretty,
},
},
{
Name: "normalize",
Usage: "Normalize the bitrise configuration.",
Expand Down
72 changes: 0 additions & 72 deletions cli/export.go

This file was deleted.

0 comments on commit 23d28ed

Please sign in to comment.