Skip to content

PCC-1449 cli uses new auth flow for management access tokens #313

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

Merge branch 'main' of https://github.com/pantheon-systems/pantheon-c…

c6dbad2
Select commit
Loading
Failed to load commit list.
Closed

PCC-1449 cli uses new auth flow for management access tokens #313

Merge branch 'main' of https://github.com/pantheon-systems/pantheon-c…
c6dbad2
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Oct 25, 2024 in 0s

9 new issues (0 max.) of at least minor severity.

Annotations

Check warning on line 20 in packages/cli/src/cli/commands/login.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

packages/cli/src/cli/commands/login.ts#L20

non-arrow functions are forbidden

Check warning on line 28 in packages/cli/src/cli/commands/login.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

packages/cli/src/cli/commands/login.ts#L28

'magic numbers' are not allowed: 4

Check warning on line 41 in packages/cli/src/cli/commands/login.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

packages/cli/src/cli/commands/login.ts#L41

'magic numbers' are not allowed: -1

Check warning on line 57 in packages/cli/src/cli/commands/login.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

packages/cli/src/cli/commands/login.ts#L57

The key 'email' is not sorted alphabetically

Check warning on line 59 in packages/cli/src/cli/commands/login.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

packages/cli/src/cli/commands/login.ts#L59

Missing trailing comma

Check warning on line 72 in packages/cli/src/cli/commands/login.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

packages/cli/src/cli/commands/login.ts#L72

'magic numbers' are not allowed: 200

Check warning on line 97 in packages/cli/src/cli/commands/login.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

packages/cli/src/cli/commands/login.ts#L97

Use of default exports is forbidden

Check warning on line 11 in packages/cli/src/lib/localStorage.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

packages/cli/src/lib/localStorage.ts#L11

expected call-signature: 'getAuthFile' to have a typedef

Check warning on line 11 in packages/cli/src/lib/localStorage.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

packages/cli/src/lib/localStorage.ts#L11

non-arrow functions are forbidden