Skip to content

Commit

Permalink
Robch/2311 nov15 public preview (#121)
Browse files Browse the repository at this point in the history
* public preview text changess

* updated flow help
  • Loading branch information
robch authored Nov 15, 2023
1 parent 59ea450 commit e7c87fc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ In the future, you'll even be able to use the `AI` CLI to dynamically create cod

You can install the Azure `AI` CLI locally on Linux, Mac, or Windows computers, or use it thru an internet browser or Docker container.

During this private preview, we recommend using the Azure `AI` CLI thru GitHub Codespaces. This will allow you to quickly get started without having to install anything locally.
During this public preview, we recommend using the Azure `AI` CLI thru GitHub Codespaces. This will allow you to quickly get started without having to install anything locally.

### OPTION 1: GitHub Codespaces

Expand Down Expand Up @@ -120,8 +120,8 @@ ai search index update --files "../../data/3-product-info/*.md" --index-name "pr
AI - Azure AI CLI, Version 1.0.0
Copyright (c) 2023 Microsoft Corporation. All Rights Reserved.
This PRIVATE PREVIEW version may change at any time.
See: https://aka.ms/azure-ai-cli-private-preview
This PUBLIC PREVIEW version may change at any time.
See: https://aka.ms/azure-ai-cli-public-preview
SEARCH INDEX UPDATE
Expand Down
7 changes: 5 additions & 2 deletions src/ai/.x/help/flow
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ COMMANDS

ai flow new [...] (see: ai help flow new)
ai flow invoke [...] (see: ai help flow invoke)
ai flow serve [...] (see: ai help flow serve)

ai flow serve [...] (see: ai help flow serve)
ai flow upload [...] (see: ai help flow upload)

ai flow package [...] (see: ai help flow package)
ai flow deploy [...] (see: ai help flow deploy)
`#e_;*` ai flow deploy [...] (see: ai help flow deploy)

`#e_;* - COMING SOON`

ADDITIONAL TOPICS

Expand Down
2 changes: 1 addition & 1 deletion src/ai/Program_AI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class AiProgramData : IProgramData
#region name data
public string Name => "ai";
public string DisplayName => "Azure AI CLI";
public string WarningBanner => "`#e_;This PRIVATE PREVIEW version may change at any time.\nSee: https://aka.ms/azure-ai-cli-public-preview";
public string WarningBanner => "`#e_;This PUBLIC PREVIEW version may change at any time.\nSee: https://aka.ms/azure-ai-cli-public-preview";
public string TelemetryUserAgent => "ai-cli 0.0.1";
#endregion

Expand Down

0 comments on commit e7c87fc

Please sign in to comment.