File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ func AxiomCLI() schema.Executable {
1111 return schema.Executable {
1212 Name : "Axiom CLI" ,
1313 Runs : []string {"axiom" },
14- DocsURL : sdk .URL ("https://axiom.com /docs/cli" ),
14+ DocsURL : sdk .URL ("https://axiom.co /docs/reference /cli" ),
1515 NeedsAuth : needsauth .IfAll (
1616 needsauth .NotForHelpOrVersion (),
1717 needsauth .NotWithoutArgs (),
Original file line number Diff line number Diff line change @@ -30,9 +30,8 @@ func PersonalAccessToken() schema.CredentialType {
3030 },
3131 },
3232 DefaultProvisioner : provision .EnvVars (defaultEnvVarMapping ),
33- Importer : importer .TryAll (
34- importer .TryEnvVarPair (defaultEnvVarMapping ),
35- )}
33+ Importer : importer .TryEnvVarPair (defaultEnvVarMapping ),
34+ }
3635}
3736
3837var defaultEnvVarMapping = map [string ]sdk.FieldName {
You can’t perform that action at this time.
0 commit comments