Skip to content

Commit

Permalink
chore: update test snapshot (#6102)
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoboucas authored Oct 30, 2023
1 parent 80aa088 commit e8d4b09
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/integration/commands/help/__snapshots__/help.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ USAGE
COMMANDS
$ addons (Beta) Manage Netlify Add-ons
$ api Run any Netlify API method
$ build (Beta) Build on your local machine
$ completion (Beta) Generate shell completion script
$ build Build on your local machine
$ completion Generate shell completion script
$ deploy Create a new deploy from the contents of a folder
$ dev Local dev server
$ env Control environment variables for the current site
$ functions Manage netlify functions
$ recipes (Beta) Create and modify files in a project using pre-defined
$ recipes Create and modify files in a project using pre-defined
recipes
$ init Configure continuous deployment for a new or existing site.
To create a new site without continuous deployment, use
Expand All @@ -26,9 +26,9 @@ COMMANDS
Netlify
$ login Login to your Netlify account
$ open Open settings for the site linked to the current folder
$ serve (Beta) Build the site for production and serve locally. This
does not watch the code for changes, so if you need to
rebuild your site then you must exit and run \`serve\` again.
$ serve Build the site for production and serve locally. This does
not watch the code for changes, so if you need to rebuild
your site then you must exit and run \`serve\` again.
$ sites Handle various site operations
$ status Print status information
$ switch Switch your active Netlify account
Expand All @@ -37,7 +37,7 @@ COMMANDS
`;

exports[`help command > netlify help completion 1`] = `
"(Beta) Generate shell completion script
"Generate shell completion script
USAGE
$ netlify completion [options]
Expand Down

1 comment on commit e8d4b09

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

  • Dependency count: 1,372
  • Package size: 380 MB

Please sign in to comment.