New command: list custom actions
See original GitHub issueList 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:
- Created 6 years ago
- Comments:12 (9 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

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 --idfor the action we are interested in to get more details.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)
--debugswitch really covers all verbosity requirements.