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: list custom actions

See original GitHub issue

List all custom actions at the given scope.

  • command: spo customaction list --url|-u <url> --scope|-s [scope]
  • url of the site/web to retrieve custom actions for
  • scope to retrieve custom actions for. Allowed values Site|Web|All. Default All
  • requires connection to a SharePoint site

Decide which properties should be retrieved. Given that there can be many custom action defined at the given scope, this command should ideally include the minimum set of properties. To get all properties for the given custom action, users can run the spo customaction get command.

More information at https://msdn.microsoft.com/en-us/pnp_powershell/getpnpcustomaction

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:12 (9 by maintainers)

github_iconTop GitHub Comments

2reactions
VelinGeorgievcommented, Dec 5, 2017

Initially my thoughts were to have 5+ columns as well, but now I would suggest to keep it simple at that early stage. --details adds more logic and skip of the null valued properties also would add even more logic in the command. I would prefer, we focus on the commands quantity over prettifying the output suggested by @andrewconnell.

I can implement it as you wish and it is not a problem, I would rather prefer to see similar output as what we have on the PnP powershell command (small table) because it might be hard to read in a 800x600 console if we go with 5+ columns. Then we can very quickly execute spo customaction get --id for the action we are interested in to get more details.

1reaction
damslethcommented, Dec 6, 2017

Following the PnP PowerShell cmdlet pattern with a table layout I agree it’s best to keep the # of columns to a minimum. The (pretty neat, actually) --debug switch really covers all verbosity requirements.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Custom Actions List - Advanced Installer
This custom action calls an executable or a script launched with a command line. The path to the executable file is specified through...
Read more >
About Configuration Manager Custom Actions - Microsoft Learn
To use the custom action, you create and edit a task sequence in the Configuration Manager console. Clicking Add displays a list of...
Read more >
New feature: Custom Actions | Buddy
Define your own actions with custom labels, tabs, inputs, and commands to bring your delivery workflow to a whole new level.
Read more >
Set a Custom Action in an Alexa Routine - Amazon.com
Use a custom action to put an Alexa voice command into a routine. When adding an action to a routine, select Custom to...
Read more >
Custom actions – more power to you | SourceTree Blog
SourceTree 1.3's new 'Custom Actions' feature lets you extend the range of actions you can perform from within the GUI, effectively adding ...
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