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

Fb 73 ability to auth as a user from the command line #52

Merged

Conversation

JakeGinnivan
Copy link
Member

No description provided.

@@ -13,10 +13,10 @@ import type { Tree } from './tree/tree'
const promptsInternal: typeof prompts =
typeof prompts == 'function' ? prompts : require('prompts')

export type TemplateType = 'dotnet-api'
export type Template = 'dotnet-api'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Renamed from templateType to template

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we remember to update the docs

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's in the separate repo?

I'll update once I add the auth stuff in

@@ -0,0 +1,7 @@
// https://manytools.org/hacker-tools/ascii-banner/
export const titleText = `
___ _ ___ _ ___ _ ___
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We seem to be missing parts of the CLI

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

I removed the version

@JakeGinnivan JakeGinnivan merged commit c2c9b37 into main Nov 1, 2023
1 check passed
@JakeGinnivan JakeGinnivan deleted the FB-73-ability-to-auth-as-a-user-from-the-command-line branch November 1, 2023 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants