Skip to content

Commit

Permalink
Merge pull request #4649 from Shopify/enable-config-name-flag-during-…
Browse files Browse the repository at this point in the history
…link

During `link`, use `--config` to set the toml name
  • Loading branch information
isaacroldan authored Oct 15, 2024
2 parents b8d38bb + 1b7072e commit a89a4fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/app/src/cli/commands/app/config/link.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export default class ConfigLink extends AppCommand {
const options: LinkOptions = {
directory: flags.path,
apiKey: flags['client-id'],
configName: flags.config,
}

await link(options)
Expand Down

0 comments on commit a89a4fe

Please sign in to comment.