npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

mikefactorial-coe-cli3

v0.0.1

Published

Power Platform CoE Toolkit Command Line Interface

Downloads

2

Readme

Overview

Using the Center of Excellence (CoE) toolkit command line interface (CLI), you can manage your CoE deployment on any platform. No matter if you are on Windows, macOS or Linux, using Bash, Cmd or PowerShell. The CoE CLI currently starts with commands for the ALM Accelerator and will add more features over time.

Overview

Objectives

  • Create as common command line that can be installed cross platform and allows easy distribution and upgrade process as the CoE toolkit evolves
  • Allows CoE CLI to be extensible for new verbs and actions
  • Where existing features exist in other cli tools provide consider a convenience wrapper vs native implementation in the CoE CLI app
  • Allow the process to be run by single user or split process to different
  • Allow for future expansion where commands can be run as part of build process

Documentation

Read the Documentation for information on supported commands and setup process

Requirements

To run the application you will require local install of the following or Docker installed.

  1. An installation of Node 12+

    a. https://nodejs.org/en/download/

  2. Azure CLI Required for user authentication and Azure Active Directory Integration

    a. https://docs.microsoft.com/cli/azure/install-azure-cli

Installation

Download zip or clone repository from GitHub repository. Once downloaded you have two options install locally with NodeJS and Azure CLI or create a docker image.

Local Install

Watch Local Install

Read more on Local Install Steps Documentation

Docker Install

Watch Docker Install

Read more on Docker Install Steps Documentation

Getting Started

Once installed can use -h argument to see help options

coe -h

Authentication for tasks is managed using the Azure CLI. Using standard az cli commands you can login, logout and select accounts. For example

az login
coe alm install -c add
az logout

Notes:

  1. If not logged into Azure cli you will be prompted to login
  2. Azure CLI has been selected as it allows integration of CLi command to manage Azure resources that integrate with the Power Platform e.g. Azure Active Directory, Azure API Management, Azure Functions

CoE CLI Development

Looking to understand how the CoE CLI commands works? The CoE CLI Development dives technically deeper into the CoE CLI commands and discusses how to debug and add / extend commands.

Contributions

The Contribution Guide includes technical details on how to contribute additional CoE CLI commands.