Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PowerShell] Download-FinOpsToolkitVersion #251

Open
Tracked by #123
flanakin opened this issue Aug 18, 2023 · 0 comments
Open
Tracked by #123

[PowerShell] Download-FinOpsToolkitVersion #251

flanakin opened this issue Aug 18, 2023 · 0 comments
Labels
Tool: PowerShell PowerShell scripts and automation Type: Feature 💎 Idea to improve the product

Comments

@flanakin
Copy link
Collaborator

flanakin commented Aug 18, 2023

📝 Scenario

As a hub admin, I need to download a FinOps toolkit release in order to access the latest version of each solution

💎 Solution

Create a Download-FinOpsToolkitVersion command to download a FinOps toolkit release.

Synopsis

Downloads a FinOps toolkit release from GitHub.

Syntax

Download-FinOpsToolkitVersion `
    [[-Version] <string>] `
    [-Preview] `
    [[-Destination] <string>]

Description

The Download-FinOpsToolkitVersion command downloads a FinOps toolkit release from GitHub and saves it to a local directory.

Parameters

Parameter Description
Version Optional. Version to download. Default = "latest".
Preview Optional. Indicates whether to include preview releases when -Version is "latest". Ignored when a specific version is specified. Default = false.
Destination Optional. Path of the folder to save files to. Default = $env:temp.

ℹ️ Additional info

We have a private Save-FinOpsHubTemplate command that already downloads the version. We should be able to just extract this function out of that one.

🙋‍♀️ Ask for the community

We could use your help:

  1. Please vote this issue up (👍) to prioritize it.
  2. Are there any parameters that are missing?
  3. Leave comments to help us solidify the vision.
@flanakin flanakin added Type: Feature 💎 Idea to improve the product Tool: PowerShell PowerShell scripts and automation Tool: FinOps hubs Data pipeline solution labels Aug 18, 2023
@flanakin flanakin moved this from 🆕 New to 📋 Backlog in FinOps toolkit – PowerShell module Aug 28, 2023
@flanakin flanakin moved this from 📋 Backlog to 🔖 Ready in FinOps toolkit – PowerShell module Aug 28, 2023
@flanakin flanakin added this to the Toolkit 0.0.1.3 milestone Aug 29, 2023
@flanakin flanakin changed the title [PowerShell] Download-FinOpsHubVersion [PowerShell] Download-FinOpsToolkitVersion Sep 26, 2023
@flanakin flanakin removed the Tool: FinOps hubs Data pipeline solution label Sep 26, 2023
@flanakin flanakin removed this from the 0.4.1 milestone Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Tool: PowerShell PowerShell scripts and automation Type: Feature 💎 Idea to improve the product
Projects
Status: 🔖 Ready
Development

No branches or pull requests

2 participants