question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

New command: Disable a feature

See original GitHub issue

Disable a feature on site collection

command: spo site feature remove -u|--url <url> -f|--featureId <featureId> --force --confirm

  • url: The URL of the site collection on which to disable feature
  • featureId: The ID of the site collection scoped feature to disable
  • force: Specifies whether to continue if an error occurs when deactivating the feature
  • confirm: Don’t prompt for confirming disabling a feature on site collection

Disable a feature on site

command: spo web feature remove -u|--webUrl <webUrl> -f|--featureId <featureId> --force --confirm

  • webUrl: The URL of the site on which to disable feature
  • featureId: The ID of the web scoped feature to disable
  • force: Specifies whether to continue if an error occurs when deactivating the feature
  • confirm: Don’t prompt for confirming disabling a feature on site

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:13 (13 by maintainers)

github_iconTop GitHub Comments

2reactions
waldekmastykarzcommented, Nov 27, 2019

disable is definitely a better name. Good catch @joakimhogberg 👏

2reactions
VelinGeorgievcommented, Nov 26, 2019

I agree to go with disable since we are not actually removing any features form a site.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Enable or Disable Windows Features Using DISM
You can use DISM's Features commands to enable or disable Windows features directly from the command prompt, or by applying an answer file ......
Read more >
4 Ways To Enable/Disable Optional Windows Features
Enabling/Disabling features in Windows XP. We will discuss how to turn on/off those features using command prompt and manually.
Read more >
Manage Windows Features from Command Line with DISM
To disable a feature type in dism /online /disable-feature /featurename:<feature name> and hit Enter. For example, to disable Media Center run dism /online...
Read more >
Add or Remove Windows Features Via Command Prompt or ...
Enabling or disabling a feature is pretty simple, the feature name is again case and space sensitive. DISM /online /disable-feature /featurename:[feature name].
Read more >
How to Add Multiple Disable-Features To Edge and Chrome ...
Right-click on the Microsoft Edge or Google Chrome desktop shortcut. · Select Properties from the context menu. · Add --disable-features=feature1, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found