Skip to content
Snippets Groups Projects

Issue #3424336: Allow the server url to be set as a global parameter

Merged Issue #3424336: Allow the server url to be set as a global parameter
1 unresolved thread
Merged John Ferris requested to merge issue/storybook-3424336:3424336-allow-the-server into 1.x
1 unresolved thread

Adds an --omit-server-url CLI option to the storybook:generate-stories Drush command. This depends on https://github.com/e0ipso/twig-storybook/pull/11

Closes #3424336

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
43 43 */
44 44 #[CLI\Command(name: 'storybook:generate-all-stories', aliases: ['generate-all-stories'])]
45 45 #[CLI\Option(name: 'force', description: 'Generate JSON files even for stories that have not changed.')]
46 public function generateAllStories($options = ['force' => FALSE]): void {
46 #[CLI\Option(name: 'omit-server-url', description: 'Omits the server url parameter from the generated JSON files.')]
  • John Ferris added 1 commit

    added 1 commit

    Compare with previous version

  • Mateu Aguiló Bosch approved this merge request

    approved this merge request

  • added 12 commits

    Compare with previous version

  • Mateu Aguiló Bosch reset approvals from @e0ipso by pushing to the branch

    reset approvals from @e0ipso by pushing to the branch

  • Please register or sign in to reply
    Loading