office-addins debugging option

 

npx office-addin-debugging --help

 

PS > npx office-addin-debugging --help
Usage: office-addin-debugging [options] [command]

Options:
  -V, --version                               output the version number
  -h, --help                                  display help for command

Commands:
  start [options] <manifest-path> [platform]
  stop [options] <manifest-path> [platform]
  help [command]                              display help for command
  
  
  
PS > npx office-addin-debugging start --help
Usage: office-addin-debugging start [options] <manifest-path> [platform]

Options:
  --app <app>                                Specify which Office app to use.
  --debug-method <method>                    The debug method to use.
  --dev-server <command>                     Run the dev server.
  --dev-server-port <port>                   Verify the dev server is running using this port.
  --document <document>                      Document to be used for sideloading.
  --no-debug                                 Start without debugging.
  --no-live-reload                           Do not enable live-reload.
  --no-sideload                              Do not start the Office app and load the add-in.
  --dev-tools                                Open the web browser developer tools when debugging (if supported).
  --packager <command>                       Run the packager.
  --packager-host <host>
  --packager-port <port>
  --prod                                     Specifies that debugging session is for production mode. Default is dev mode.
  --source-bundle-url-host <host>
  --source-bundle-url-port <port>
  --source-bundle-url-path <path>
  --source-bundle-url-extension <extension>
  -h, --help                                 display help for command
반응형