Skip to content

Commit b754cd2

Browse files
committed
Drop dstack config
1 parent 7361afa commit b754cd2

4 files changed

Lines changed: 1 addition & 117 deletions

File tree

docs/docs/guides/dstack-sky.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sign up with [dstack Sky](../guides/dstack-sky.md).
55

66
### Set up the CLI
77

8-
If you've signed up, open your project settings, and copy the `dstack config` command to point the CLI to the project.
8+
If you've signed up, open your project settings, and copy the `dstack project add` command to point the CLI to the project.
99

1010
![](https://raw.githubusercontent.com/dstackai/static-assets/main/static-assets/images/dstack-sky-project-config.png){ width=800 }
1111

docs/docs/reference/cli/dstack/config.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/dstack/_internal/cli/commands/config.py

Lines changed: 0 additions & 89 deletions
This file was deleted.

src/dstack/_internal/cli/main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from dstack._internal.cli.commands.apply import ApplyCommand
88
from dstack._internal.cli.commands.attach import AttachCommand
99
from dstack._internal.cli.commands.completion import CompletionCommand
10-
from dstack._internal.cli.commands.config import ConfigCommand
1110
from dstack._internal.cli.commands.delete import DeleteCommand
1211
from dstack._internal.cli.commands.fleet import FleetCommand
1312
from dstack._internal.cli.commands.gateway import GatewayCommand
@@ -63,7 +62,6 @@ def main():
6362
subparsers = parser.add_subparsers(metavar="COMMAND")
6463
ApplyCommand.register(subparsers)
6564
AttachCommand.register(subparsers)
66-
ConfigCommand.register(subparsers)
6765
DeleteCommand.register(subparsers)
6866
FleetCommand.register(subparsers)
6967
GatewayCommand.register(subparsers)

0 commit comments

Comments
 (0)