# dcli

## dcli

- [Introduction](https://dcli.onepub.dev/readme.md)
- [What does DCli do?](https://dcli.onepub.dev/what-does-dcli-do.md)
- [Install DCli](https://dcli.onepub.dev/getting-started.md)
- [Installing on Windows](https://dcli.onepub.dev/getting-started/installing-on-windows.md)
- [Writing your first CLI app](https://dcli.onepub.dev/writing-your-first-script.md)
- [Add DCli to your project](https://dcli.onepub.dev/added-dcli-to-your-project.md)
- [pub.dev](https://dcli.onepub.dev/pub.dev.md)
- [github](https://dcli.onepub.dev/github.md)
- [Dart lambda functions](https://dcli.onepub.dev/dart-basics/dart-lambda-functions.md)
- [Function Arguments](https://dcli.onepub.dev/dart-basics/named-arguments.md)
- [Futures](https://dcli.onepub.dev/dart-basics/futures.md)
- [stdin/stdout/stderr a primer](https://dcli.onepub.dev/dart-basics/stdin-stdout-stderr.md)
- [Overview](https://dcli.onepub.dev/dcli-api/overview.md)
- [Using DCli functions](https://dcli.onepub.dev/dcli-api/using-dcli-functions.md)
- [User input](https://dcli.onepub.dev/dcli-api/user-input.md)
- [Ask Validators](https://dcli.onepub.dev/dcli-api/user-input/ask-validators.md)
- [Displaying information](https://dcli.onepub.dev/dcli-api/displaying-information.md)
- [Managing Files And Directories](https://dcli.onepub.dev/dcli-api/managing-files-and-directories.md)
- [Environment variables](https://dcli.onepub.dev/dcli-api/environment-variables.md)
- [Calling apps](https://dcli.onepub.dev/dcli-api/calling-apps.md)
- [Redirecting output](https://dcli.onepub.dev/dcli-api/redirecting-output.md)
- [Command Line Arguments](https://dcli.onepub.dev/dcli-api/command-line-arguments.md)
- [Paths](https://dcli.onepub.dev/dcli-api/paths.md)
- [Glob Expansion](https://dcli.onepub.dev/dcli-api/glob-expansion.md)
- [Piping](https://dcli.onepub.dev/dcli-api/piping.md)
- [Locking](https://dcli.onepub.dev/dcli-api/locking.md)
- [Fetch](https://dcli.onepub.dev/dcli-api/fetch.md)
- [The evils of CD](https://dcli.onepub.dev/dcli-api/the-evils-of-cd.md)
- [Assets/Resources](https://dcli.onepub.dev/dcli-api/assets.md)
- [Cross Platform](https://dcli.onepub.dev/dcli-api/cross-platform.md)
- [Posix](https://dcli.onepub.dev/dcli-api/cross-platform/posix.md)
- [Windows](https://dcli.onepub.dev/dcli-api/cross-platform/windows.md)
- [Docker](https://dcli.onepub.dev/dcli-api/cross-platform/docker.md)
- [Detecting Docker](https://dcli.onepub.dev/dcli-api/cross-platform/docker/detecting-docker.md)
- [Add DCli to a Docker Container](https://dcli.onepub.dev/dcli-api/cross-platform/docker/add-dcli-to-a-docker-container.md)
- [Example DCli app in Docker](https://dcli.onepub.dev/dcli-api/cross-platform/docker/ship-a-dcli-app-in-docker.md)
- [Elevated Privileges](https://dcli.onepub.dev/elevated-privileges.md)
- [Sudo](https://dcli.onepub.dev/elevated-privileges/sudo.md)
- [Performance](https://dcli.onepub.dev/performance.md)
- [Dependency Management](https://dcli.onepub.dev/dependency-management-1/dependency-management.md)
- [Pubspec Managment](https://dcli.onepub.dev/dependency-management-1/pubspec-managment.md)
- [DCli tools](https://dcli.onepub.dev/dcli-tools-1/dcli-tools.md)
- [Use a shebang #!](https://dcli.onepub.dev/dcli-tools-1/use-a-shebang.md)
- [DCli Compile](https://dcli.onepub.dev/dcli-tools-1/dcli-compile.md)
- [DCli Clean](https://dcli.onepub.dev/dcli-tools-1/dcli-clean-1.md)
- [DCli Create](https://dcli.onepub.dev/dcli-tools-1/dcli-create.md)
- [DCli Doctor](https://dcli.onepub.dev/dcli-tools-1/dcli-doctor.md)
- [DCli Install](https://dcli.onepub.dev/dcli-tools-1/dcli-install.md)
- [DCli Run](https://dcli.onepub.dev/dcli-tools-1/dcli-run.md)
- [DCli Warmup](https://dcli.onepub.dev/dcli-tools-1/dcli-clean.md)
- [DCli Pack](https://dcli.onepub.dev/dcli-tools-1/dcli-pack.md)
- [Upgrade DCli](https://dcli.onepub.dev/dcli-tools-1/upgrade-dcli.md)
- [Internal Workings](https://dcli.onepub.dev/internal-workings/internal-workings.md)
- [waitForEx](https://dcli.onepub.dev/internal-workings/waitforex.md)
- [Contributing](https://dcli.onepub.dev/contributing.md)
- [Creating a release](https://dcli.onepub.dev/contributing/creating-a-release.md)
- [Running Unit tests](https://dcli.onepub.dev/contributing/running-unit-tests.md)
- [Implemention support for a shell](https://dcli.onepub.dev/contributing/implemention-support-for-a-shell.md)
- [Templates](https://dcli.onepub.dev/contributing/templates.md)
- [References](https://dcli.onepub.dev/references.md)
- [Projects](https://dcli.onepub.dev/examples/projects.md)
- [Code](https://dcli.onepub.dev/examples/overview.md)
- [hello world.](https://dcli.onepub.dev/examples/overview/hello-world..md)
- [dcompress](https://dcli.onepub.dev/examples/overview/dcompress.md)
- [dpath](https://dcli.onepub.dev/examples/overview/dpath.md)
- [dmysql](https://dcli.onepub.dev/examples/overview/dmysql.md)
- [dshell](https://dcli.onepub.dev/examples/overview/dshell.md)
- [dwhich](https://dcli.onepub.dev/examples/overview/dwhich.md)
- [dipaddr](https://dcli.onepub.dev/examples/overview/dipaddr.md)
- [gnome launcher](https://dcli.onepub.dev/examples/overview/untitled.md)
- [build CLI apps in dart - part 1](https://dcli.onepub.dev/articles/build-console-apps-in-dart.md)
- [build CLI apps in dart - part 2](https://dcli.onepub.dev/articles/build-cli-apps-in-dart-part-2.md)
- [Dealing with permissions](https://dcli.onepub.dev/articles/dealing-with-permissions.md)
- [3rd Party console packages](https://dcli.onepub.dev/articles/3rd-party-console-packages.md)
- [Dart on Linux - the perfect CLI tooling](https://dcli.onepub.dev/dart-on-ubuntu-the-perfect-cli-dev-tooling.md)
- [Improving your build environment](https://dcli.onepub.dev/improving-your-build-environment.md)
- [Existing tooling](https://dcli.onepub.dev/improving-your-build-environment/existing-tooling.md)
- [Building with Dart](https://dcli.onepub.dev/improving-your-build-environment/building-with-dart.md)
- [A home for your build tools](https://dcli.onepub.dev/improving-your-build-environment/a-home-for-your-build-tools.md)
- [Olivier Revial - CLI apps made easy](https://dcli.onepub.dev/olivier-revial-cli-apps-made-easy.md)
- [Video: package of the week](https://dcli.onepub.dev/package-of-the-week.md)
