Code Monkey home page Code Monkey logo

d365fo.tools's Introduction

d365fo.tools

PowerShell module to handle the different management tasks during a Dynamics 365 Finance & Operations (D365FO) Read more about D365FO on docs.microsoft.com

Available on PowerShell Gallery d365fo.tools

[[TOC]]

Getting started

Install the latest module

Install-Module -Name d365fo.tools

Install without administrator privileges

Install-Module -Name d365fo.tools -Scope CurrentUser

List all available commands / functions

Get-Command -Module d365fo.tools

Update the module

Update-Module -name d365fo.tools

Update the module - force

Update-Module -name d365fo.tools -Force

Getting help

The best way to get started and learn about the different cmdlets available is to install the tools onto your D365FO developer box. You can also visit the 'docs' folder in this repository (look at the top). Click this link docs to jump straight inside.

Since the project started we have adopted and extended the comment based help inside each cmdlet / function. This means that every single command contains at least one fully working example on how to run it and what to expect from the cmdlet.

Getting help starts inside the PowerShell console

Getting help is as easy as writing Get-Help CommandName

Get-Help New-D365Bacpac

This will display the available default help

Getting the entire help is as easy as writing Get-Help CommandName -Full

Get-Help New-D365Bacpac -Full

This will display all available help content there is for the cmdlet / function

Getting all the available examples for a given command is as easy as writing Get-Help CommandName -Examples

Get-Help New-D365Bacpac -Examples

This will display all the available examples for the cmdlet / function

We know that when you are learning about new stuff and just want to share your findings with your peers, working with help inside a PowerShell session isn't that great.

Web based help and examples

We have implemented platyPS (https://github.com/PowerShell/platyPS) to generate markdown files for each cmdlet / function available in the module. These files are hosted here on github for you to consume in your web browser and the give you the look and feel of other documentation sites.

The generated help markdown files are located inside the 'docs' folder in this repository. Click this link to jump straight inside.

For sake of the sanity and just trying to help people out, we copy & pasted all the old examples previously available in the readme into the wiki. The page is located here. We don't plan on keep the "Old readme examples" wiki up-to-date going forward. If you believe we are missing some examples that should be part of the comment based help, please create an issue.

Contributing

Want to contribute to the project? We'd love to have you! Visit our contributing.md for a jump start.

Dependencies

This module depends on other modules. The dependencies are documented in the dependency graph and the Dependencies section of the Package Details of the package listing in the PowerShell Gallery.

d365fo.tools's People

Contributors

splaxi avatar skaue avatar fh-inway avatar itrasmus avatar shind44 avatar caleblanchard avatar thugpotato avatar kennysaelen avatar gertvdh avatar alexhimself avatar richardsondev avatar ievgenm avatar smholvoet avatar fhoo avatar jspijkerboer avatar paulheisterkamp avatar jeroeneikmans avatar vincentverweij avatar scifimiki avatar alpa-chino avatar fharin avatar rowdynl avatar shashisadasivan avatar batetech avatar dodiggitydag avatar oathgg avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.