mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
updated all references
This commit is contained in:
parent
0f811543f5
commit
f3ede4117f
3 changed files with 4 additions and 8 deletions
|
|
@ -332,7 +332,7 @@ The `magellan` tool has a `login` subcommand that works with the [`opaal`](https
|
||||||
export ACCESS_TOKEN=eyJhbGciOiJIUzI1NiIs...
|
export ACCESS_TOKEN=eyJhbGciOiJIUzI1NiIs...
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternatively, if you are running the davidallendj quickstart in the [deployment recipes](https://github.com/davidallendj/deployment-recipes), you can run the provided script to generate a token and set the environment variable that way.
|
Alternatively, if you are running the OpenCHAMI quickstart in the [deployment recipes](https://github.com/davidallendj/deployment-recipes), you can run the provided script to generate a token and set the environment variable that way.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
quickstart_dir=path/to/deployment/recipes/quickstart
|
quickstart_dir=path/to/deployment/recipes/quickstart
|
||||||
|
|
|
||||||
|
|
@ -5,10 +5,6 @@ import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"os/user"
|
"os/user"
|
||||||
|
|
||||||
"github.com/OpenCHAMI/magellan/internal/cache/sqlite"
|
|
||||||
urlx "github.com/OpenCHAMI/magellan/internal/url"
|
|
||||||
magellan "github.com/OpenCHAMI/magellan/pkg"
|
|
||||||
"github.com/OpenCHAMI/magellan/pkg/auth"
|
|
||||||
"github.com/OpenCHAMI/magellan/pkg/bmc"
|
"github.com/OpenCHAMI/magellan/pkg/bmc"
|
||||||
"github.com/OpenCHAMI/magellan/pkg/secrets"
|
"github.com/OpenCHAMI/magellan/pkg/secrets"
|
||||||
"github.com/cznic/mathutil"
|
"github.com/cznic/mathutil"
|
||||||
|
|
|
||||||
|
|
@ -22,9 +22,9 @@ import (
|
||||||
|
|
||||||
"flag"
|
"flag"
|
||||||
|
|
||||||
"github.com/OpenCHAMI/magellan/internal/util"
|
magellan "github.com/davidallendj/magellan/internal"
|
||||||
magellan "github.com/OpenCHAMI/magellan/pkg"
|
"github.com/davidallendj/magellan/internal/util"
|
||||||
"github.com/OpenCHAMI/magellan/pkg/client"
|
"github.com/davidallendj/magellan/pkg/client"
|
||||||
"github.com/rs/zerolog/log"
|
"github.com/rs/zerolog/log"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue