Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

chore: remove secrets command #211

Merged
merged 3 commits into from
Jan 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
82 changes: 0 additions & 82 deletions ci/integration/secrets_test.go

This file was deleted.

112 changes: 0 additions & 112 deletions coder-sdk/secrets.go

This file was deleted.

1 change: 0 additions & 1 deletion internal/cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ func Make() *cobra.Command {
usersCmd(),
tagsCmd(),
configSSHCmd(),
secretsCmd(),
envsCmd(),
syncCmd(),
urlCmd(),
Expand Down
Loading