(ctx context.Context, co *connectOptions)
| 110 | runConnectCommandWithStorageAndPassword(ctx context.Context, co *connectOptions, st blob.Storage, password string) error |
| 111 | openRepository(ctx context.Context, required bool) (repo.Repository, error) |
| 112 | maybeInitializeUpdateCheck(ctx context.Context, co *connectOptions) |
| 113 | removeUpdateState() |
| 114 | passwordPersistenceStrategy() passwordpersist.Strategy |
| 115 | getPasswordFromFlags(ctx context.Context, isCreate, allowPersistent bool) (string, error) |